diff --git a/tango-tests/src/integrationTest/kotlin/PocIntegrationTest.kt b/tango-tests/src/integrationTest/kotlin/PocIntegrationTest.kt index 02a7fd8da39..3d831e2fd4c 100644 --- a/tango-tests/src/integrationTest/kotlin/PocIntegrationTest.kt +++ b/tango-tests/src/integrationTest/kotlin/PocIntegrationTest.kt @@ -31,12 +31,14 @@ import com.wire.kalium.network.tools.ServerConfigDTO import io.ktor.client.engine.mock.MockEngine import kotlinx.coroutines.launch import kotlinx.coroutines.test.runTest +import org.junit.Ignore import org.junit.Test import util.MockUnboundNetworkClient import util.MockUnboundNetworkClient.createMockEngine class PocIntegrationTest { + @Ignore("needs to be checked and fix") @Test fun givenApiWhenGettingACMEDirectoriesThenReturnAsExpectedBasedOnNetworkState() = runTest { val mockEngine = createMockEngine( @@ -66,6 +68,7 @@ class PocIntegrationTest { } } + @Ignore("needs to be checked and fix") @Test fun givenEmailAndPasswordWhenLoggingInThenRegisterClientAndLogout() = runTest { val mockEngine = createMockEngine(