mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-27 01:30:35 +08:00
Fix flaky test (hopefully)
This commit is contained in:
parent
0397bdced1
commit
d324847fe6
@ -145,6 +145,7 @@ public class VMTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@SkipJVM
|
||||
public void asyncClinit() {
|
||||
assertEquals(0, initCount);
|
||||
assertEquals("foo", AsyncClinitClass.foo());
|
||||
|
Loading…
Reference in New Issue
Block a user