File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
java/src/test/java/de/gdata/test/integration Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments