Skip to content

Commit

Permalink
Don't avoid running tests on Native
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhalanskyjb committed Nov 19, 2021
1 parent c014717 commit 96414ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kotlinx-coroutines-test/common/test/TestDispatchersTest.kt
Expand Up @@ -55,7 +55,6 @@ class TestDispatchersTest: OrderedExecutionTestBase() {

/** Tests that [Distpachers.setMain] fails when called with [Dispatchers.Main]. */
@Test
@NoNative
fun testSelfSet() {
assertFailsWith<IllegalArgumentException> { Dispatchers.setMain(Dispatchers.Main) }
}
Expand Down

0 comments on commit 96414ca

Please sign in to comment.