Skip to content

Commit 9f33139

Browse files
committed
Disable *_BigFileWithSmallTimeout_* tests
1 parent 48eec53 commit 9f33139

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/src/test/java/de/gdata/test/integration/RealApiIntegrationTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,6 +1066,7 @@ public void forStream_IfCancellationIsRequested_ThrowsCancellationException()
10661066
}
10671067

10681068
@Test
1069+
@Disabled("Fails for unknown reason in some environments. TODO: Rewrite using a stream, that does not provide data.")
10691070
public void forStream_BigFileWithSmallTimeout_ThrowsTimeoutException()
10701071
throws Exception {
10711072
var url = URI.create("https://ash-speed.hetzner.com/1GB.bin").toURL();
@@ -1367,6 +1368,7 @@ public void forUrl_IfCancellationIsRequested_ThrowsCancellationException()
13671368
}
13681369

13691370
@Test
1371+
@Disabled("Fails for unknown reason in some environments. TODO: Use samples server.")
13701372
public void forUrl_BigFileWithSmallTimeout_ThrowsTimeoutException()
13711373
throws Exception {
13721374
var url = URI.create("https://ash-speed.hetzner.com/1GB.bin").toURL();

0 commit comments

Comments
 (0)