Skip to content

Commit

Permalink
Ignore flaky test (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Mar 11, 2021
1 parent 247073a commit 8f25de6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions temporal/src/commonTest/kotlin/TickerTests.kt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class TickerTests {
}

@Test
@Ignore // Flaky on CI (JavaScript).
fun testTickerConflatesSlowCollectors() = runTest {
val actual = createTicker()
// Delay would be to 2.0 to skip every element exactly (works on JVM) but the dispatcher for JS
Expand Down

0 comments on commit 8f25de6

Please sign in to comment.