summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2019-05-15 01:34:52 +0200
committerMichaƫl Zasso <targos@protonmail.com>2019-05-18 13:59:50 +0200
commit8b4101a97f6863aa8a35a0e2919bbea3b2ee14aa (patch)
treeb12b1a4646df87510f9336f088a1ef4a0fbc3e95
parente004d427ce3d4aa5f71f29bab45e8c20dc14234b (diff)
downloadnode-new-8b4101a97f6863aa8a35a0e2919bbea3b2ee14aa.tar.gz
test: un-mark worker syntax error tests as flaky
These tests should be fixed now. PR-URL: https://github.com/nodejs/node/pull/27705 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
-rw-r--r--test/parallel/parallel.status2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
index c0a3f2a4c0..965e378bfd 100644
--- a/test/parallel/parallel.status
+++ b/test/parallel/parallel.status
@@ -14,8 +14,6 @@ test-tls-enable-trace-cli: PASS,FLAKY
[$system==win32]
test-http2-pipe: PASS,FLAKY
-test-worker-syntax-error: PASS,FLAKY
-test-worker-syntax-error-file: PASS,FLAKY
# https://github.com/nodejs/node/issues/23277
test-worker-memory: PASS,FLAKY
# https://github.com/nodejs/node/issues/20750