Skip to content

Commit c3e105c

Browse files
committed
Ignore DocumentsStorageProviderIT.testServerSuccessive
Looks like it waits endlessly in while (file1.getOCFile(storageManager)!!.etagOnServer == createdETag) Signed-off-by: Philipp Hasper <vcs@hasper.info>
1 parent c54c320 commit c3e105c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/androidTest/java/com/owncloud/android/providers/DocumentsStorageProviderIT.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import org.junit.Assert.assertEquals
3232
import org.junit.Assert.assertFalse
3333
import org.junit.Assert.assertTrue
3434
import org.junit.Before
35+
import org.junit.Ignore
3536
import org.junit.Test
3637
import kotlin.random.Random
3738

@@ -234,6 +235,7 @@ class DocumentsStorageProviderIT : AbstractOnServerIT() {
234235
}
235236

236237
@Test
238+
@Ignore("Investigate endless sleep")
237239
fun testServerSuccessive() {
238240
// create random file
239241
val file1 = rootDir.createFile("text/plain", RandomStringGenerator.make())!!

0 commit comments

Comments
 (0)