Skip to content

Commit

Permalink
Disable test for JS due to timeout restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
qwwdfsad committed May 12, 2021
1 parent 23b3c8f commit 9338a72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class JsonUnicodeTest : JsonTestBase() {
}

@Test
fun testRandomEscapeSequences() {
fun testRandomEscapeSequences() = noJs { // Too slow on JS
repeat(10_000) {
val s = generateRandomString()
try {
Expand Down

0 comments on commit 9338a72

Please sign in to comment.