Skip to content

Commit 61c6af6

Browse files
committed
Disable C++ IT since there is no compiler on cix
1 parent c740a34 commit 61c6af6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

its/src/test/java/com/sonar/it/scanner/msbuild/CppTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
import org.junit.Before;
3737
import org.junit.BeforeClass;
3838
import org.junit.ClassRule;
39+
import org.junit.Ignore;
3940
import org.junit.Test;
4041
import org.junit.rules.TemporaryFolder;
4142
import org.sonar.wsclient.issue.Issue;
@@ -78,6 +79,7 @@ public void cleanup() {
7879
}
7980

8081
@Test
82+
@Ignore("C++ compiler is not available on cix")
8183
public void testCppOnly() throws Exception {
8284
ORCHESTRATOR.getServer().restoreProfile(FileLocation.of("projects/CppSolution/TestQualityProfileCpp.xml"));
8385
ORCHESTRATOR.getServer().provisionProject(PROJECT_KEY, "Cpp");

0 commit comments

Comments
 (0)