We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ae891 commit bcd3f7fCopy full SHA for bcd3f7f
its/it-tests/src/test/java/com/sonar/scanner/api/it/ProxyTest.java
@@ -53,6 +53,7 @@
53
import org.junit.After;
54
import org.junit.Before;
55
import org.junit.ClassRule;
56
+import org.junit.Ignore;
57
import org.junit.Test;
58
59
import static org.assertj.core.api.Assertions.assertThat;
@@ -193,6 +194,7 @@ public void simple_analysis_with_proxy_no_auth() throws Exception {
193
194
assertThat(seenByProxy).isNotEmpty();
195
}
196
197
+ @Ignore("Flaky when using JVM properties")
198
@Test
199
public void simple_analysis_with_proxy_auth() throws Exception {
200
startProxy(true);
0 commit comments