Skip to content

Commit

Permalink
Disable IT for iOS (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpasterz authored Sep 18, 2020
1 parent 88bd2de commit e4a31a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration_tests/src/test/kotlin/IntegrationTests.kt
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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()
Expand Down

0 comments on commit e4a31a7

Please sign in to comment.