temporarily ignoring flaky test when ran on the CI

This commit is contained in:
Adam Brown 2022-05-30 09:37:39 +01:00
parent b0f4c87d6b
commit ead189a9c7

View file

@ -22,6 +22,7 @@ import kotlinx.coroutines.runBlocking
import org.junit.Assert.assertEquals import org.junit.Assert.assertEquals
import org.junit.Assert.assertNotNull import org.junit.Assert.assertNotNull
import org.junit.FixMethodOrder import org.junit.FixMethodOrder
import org.junit.Ignore
import org.junit.Test import org.junit.Test
import org.junit.runner.RunWith import org.junit.runner.RunWith
import org.junit.runners.JUnit4 import org.junit.runners.JUnit4
@ -134,6 +135,7 @@ class SpaceCreationTest : InstrumentedTest {
} }
@Test @Test
@Ignore
fun testSimplePublicSpaceWithChildren() { fun testSimplePublicSpaceWithChildren() {
val commonTestHelper = CommonTestHelper(context()) val commonTestHelper = CommonTestHelper(context())
val aliceSession = commonTestHelper.createAccount("alice", SessionTestParams(true)) val aliceSession = commonTestHelper.createAccount("alice", SessionTestParams(true))