Skip to content

Commit

Permalink
~ Disable leaking ConcurrentExceptionsStressTest
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Nov 17, 2019
1 parent b1bb015 commit 9e975d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class ConcurrentExceptionsStressTest : TestBase() {
}

@Test
@Ignore // todo: this test is leaking memory on Kotlin/Native
fun testStress() = runTest {
repeat(nRepeat) {
testOnce()
Expand Down

0 comments on commit 9e975d8

Please sign in to comment.