[test] Mute an irText test on JS_IR instead of making it JVM-only
The test is not in any way JVM-specific, but it fails on the JS BE because of different fq-names of stdlib symbols on JVM and JS. The fix is in progress. Mute the test until the fix is ready.
This commit is contained in:
committed by
Space Team
parent
200fb1e5ce
commit
1a8d5056bf
@@ -1,5 +1,6 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// WITH_STDLIB
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
|
||||
private fun test(x: Long) =
|
||||
countIssues {
|
||||
+(spentTime lessEq 2 * 60)
|
||||
|
||||
Reference in New Issue
Block a user