mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Ignore flakey delete sync test.
This commit is contained in:
committed by
Greyson Parrelli
parent
6adddf4a0c
commit
f20fe33af9
@@ -12,6 +12,7 @@ import io.mockk.unmockkStatic
|
||||
import org.hamcrest.Matchers.greaterThan
|
||||
import org.junit.After
|
||||
import org.junit.Before
|
||||
import org.junit.Ignore
|
||||
import org.junit.Rule
|
||||
import org.junit.Test
|
||||
import org.junit.runner.RunWith
|
||||
@@ -418,6 +419,7 @@ class SyncMessageProcessorTest_synchronizeDeleteForMe {
|
||||
SignalDatabase.threads.getThreadRecord(aliceThreadId) assertIs null
|
||||
}
|
||||
|
||||
@Ignore("race condition flake")
|
||||
@Test
|
||||
fun multipleLocalOnlyConversation() {
|
||||
// GIVEN
|
||||
|
||||
Reference in New Issue
Block a user