From e4a31a719f5da9371fbc4934480b012e561d2742 Mon Sep 17 00:00:00 2001 From: pawelpasterz <32893017+pawelpasterz@users.noreply.github.com> Date: Fri, 18 Sep 2020 09:53:30 +0200 Subject: [PATCH] Disable IT for iOS (#1129) --- integration_tests/src/test/kotlin/IntegrationTests.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration_tests/src/test/kotlin/IntegrationTests.kt b/integration_tests/src/test/kotlin/IntegrationTests.kt index 45d9ed9d60..21ede14160 100644 --- a/integration_tests/src/test/kotlin/IntegrationTests.kt +++ b/integration_tests/src/test/kotlin/IntegrationTests.kt @@ -1,5 +1,6 @@ import org.junit.Assert.assertEquals import org.junit.Assert.assertTrue +import org.junit.Ignore import org.junit.Test import utils.toStringMap @@ -25,6 +26,7 @@ class IntegrationTests { ) } + @Ignore("iOS has only physical devices, whit current configuration flank's project hits quota limit extremely fast") @Test fun shouldMatchIosSuccessExitCodeAndPattern() { val testParameters = System.getProperties().toStringMap().toIosParameters()