diff options
author | Anna Henningsen <anna@addaleax.net> | 2019-05-15 01:34:52 +0200 |
---|---|---|
committer | Michaƫl Zasso <targos@protonmail.com> | 2019-05-18 13:59:50 +0200 |
commit | 8b4101a97f6863aa8a35a0e2919bbea3b2ee14aa (patch) | |
tree | b12b1a4646df87510f9336f088a1ef4a0fbc3e95 | |
parent | e004d427ce3d4aa5f71f29bab45e8c20dc14234b (diff) | |
download | node-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.status | 2 |
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 |