Disable flaky tests: - downloadFrom2UrlsBothSocketTimeoutDuringBodyRead - downloadFrom2UrlsFirstSocketTimeoutOnBodyReadSecondOk RELNOTES: None. PiperOrigin-RevId: 362891351
diff --git a/src/test/java/com/google/devtools/build/lib/bazel/repository/downloader/HttpDownloaderTest.java b/src/test/java/com/google/devtools/build/lib/bazel/repository/downloader/HttpDownloaderTest.java index 353689f..5df941e 100644 --- a/src/test/java/com/google/devtools/build/lib/bazel/repository/downloader/HttpDownloaderTest.java +++ b/src/test/java/com/google/devtools/build/lib/bazel/repository/downloader/HttpDownloaderTest.java
@@ -41,6 +41,7 @@ import java.util.concurrent.Executors; import java.util.concurrent.Future; import org.junit.After; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.TemporaryFolder; @@ -180,6 +181,7 @@ } } + @Ignore("b/182150157") @Test public void downloadFrom2UrlsFirstSocketTimeoutOnBodyReadSecondOk() throws IOException, InterruptedException { @@ -246,6 +248,7 @@ } } + @Ignore("b/182150157") @Test public void downloadFrom2UrlsBothSocketTimeoutDuringBodyRead() throws IOException, InterruptedException {