We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54c320 commit c3e105cCopy full SHA for c3e105c
app/src/androidTest/java/com/owncloud/android/providers/DocumentsStorageProviderIT.kt
@@ -32,6 +32,7 @@ import org.junit.Assert.assertEquals
32
import org.junit.Assert.assertFalse
33
import org.junit.Assert.assertTrue
34
import org.junit.Before
35
+import org.junit.Ignore
36
import org.junit.Test
37
import kotlin.random.Random
38
@@ -234,6 +235,7 @@ class DocumentsStorageProviderIT : AbstractOnServerIT() {
234
235
}
236
237
@Test
238
+ @Ignore("Investigate endless sleep")
239
fun testServerSuccessive() {
240
// create random file
241
val file1 = rootDir.createFile("text/plain", RandomStringGenerator.make())!!
0 commit comments