Skip to content

Commit

Permalink
Merge branch 'master' into #1666_add_printing_total_run_duration
Browse files Browse the repository at this point in the history
  • Loading branch information
piotradamczyk5 authored Apr 8, 2021
2 parents 6a16a4f + e328dd0 commit 32b8f46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration_tests/src/test/kotlin/integration/DumpShardsIT.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ package integration

import FlankCommand
import com.google.common.truth.Truth.assertThat
import flank.common.isWindows
import org.junit.Assume.assumeFalse
import org.junit.Test
import run
import utils.CONFIGS_PATH
Expand Down Expand Up @@ -63,6 +65,8 @@ class DumpShardsIT {

@Test
fun `dump shards - ios`() {
assumeFalse(isWindows)

val name = "$name-ios"
val result = FlankCommand(
flankPath = FLANK_JAR_PATH,
Expand Down

0 comments on commit 32b8f46

Please sign in to comment.