We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2604f6 commit 0d69e13Copy full SHA for 0d69e13
kotlinx-coroutines-core/common/test/SupervisorTest.kt
@@ -131,7 +131,6 @@ class SupervisorTest : TestBase() {
131
}
132
133
@Test
134
- @Ignore // JS BE bug
135
fun testSupervisorThrowsWithFailingChild() = runTest(unhandled = listOf({e -> e is TestException2})) {
136
try {
137
supervisorScope {
0 commit comments