Skip to content

Commit 0d69e13

Browse files
committed
Unmute test that was failing due to JS BE bug
1 parent f2604f6 commit 0d69e13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kotlinx-coroutines-core/common/test/SupervisorTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ class SupervisorTest : TestBase() {
131131
}
132132

133133
@Test
134-
@Ignore // JS BE bug
135134
fun testSupervisorThrowsWithFailingChild() = runTest(unhandled = listOf({e -> e is TestException2})) {
136135
try {
137136
supervisorScope {

0 commit comments

Comments
 (0)