Skip to content

Commit bcd3f7f

Browse files
committed
Disable flaky test
1 parent 14ae891 commit bcd3f7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

its/it-tests/src/test/java/com/sonar/scanner/api/it/ProxyTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
import org.junit.After;
5454
import org.junit.Before;
5555
import org.junit.ClassRule;
56+
import org.junit.Ignore;
5657
import org.junit.Test;
5758

5859
import static org.assertj.core.api.Assertions.assertThat;
@@ -193,6 +194,7 @@ public void simple_analysis_with_proxy_no_auth() throws Exception {
193194
assertThat(seenByProxy).isNotEmpty();
194195
}
195196

197+
@Ignore("Flaky when using JVM properties")
196198
@Test
197199
public void simple_analysis_with_proxy_auth() throws Exception {
198200
startProxy(true);

0 commit comments

Comments
 (0)