We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c740a34 commit 61c6af6Copy full SHA for 61c6af6
its/src/test/java/com/sonar/it/scanner/msbuild/CppTest.java
@@ -36,6 +36,7 @@
36
import org.junit.Before;
37
import org.junit.BeforeClass;
38
import org.junit.ClassRule;
39
+import org.junit.Ignore;
40
import org.junit.Test;
41
import org.junit.rules.TemporaryFolder;
42
import org.sonar.wsclient.issue.Issue;
@@ -78,6 +79,7 @@ public void cleanup() {
78
79
}
80
81
@Test
82
+ @Ignore("C++ compiler is not available on cix")
83
public void testCppOnly() throws Exception {
84
ORCHESTRATOR.getServer().restoreProfile(FileLocation.of("projects/CppSolution/TestQualityProfileCpp.xml"));
85
ORCHESTRATOR.getServer().provisionProject(PROJECT_KEY, "Cpp");
0 commit comments