diff options
author | Ayush Ranjan <ayushranjan@google.com> | 2020-09-02 11:11:23 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-02 11:13:02 -0700 |
commit | 8ab08cdc01e2e4b36a050ffc3acad682aebaa7b5 (patch) | |
tree | 0fc49908100b81fca7cc6247ffc3dd32712e1ebf | |
parent | a0e431038477282b95658f104266a7c60ed427db (diff) |
[runtime tests] Exclude flaky nodejs test
PiperOrigin-RevId: 329749191
-rw-r--r-- | test/runtimes/exclude_nodejs12.4.0.csv | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/runtimes/exclude_nodejs12.4.0.csv b/test/runtimes/exclude_nodejs12.4.0.csv index 5866ee56d..1740dbb76 100644 --- a/test/runtimes/exclude_nodejs12.4.0.csv +++ b/test/runtimes/exclude_nodejs12.4.0.csv @@ -11,8 +11,9 @@ parallel/test-dgram-socket-buffer-size.js,b/68847921, parallel/test-dns-channel-timeout.js,b/161893056, parallel/test-fs-access.js,, parallel/test-fs-watchfile.js,,Flaky - File already exists error -parallel/test-fs-write-stream.js,,Flaky -parallel/test-fs-write-stream-throw-type-error.js,b/110226209, +parallel/test-fs-write-stream.js,b/166819807,Flaky +parallel/test-fs-write-stream-double-close,b/166819807,Flaky +parallel/test-fs-write-stream-throw-type-error.js,b/166819807,Flaky parallel/test-http-writable-true-after-close.js,,Flaky - Mismatched <anonymous> function calls. Expected exactly 1 actual 2 parallel/test-os.js,b/63997097, parallel/test-net-server-listen-options.js,,Flaky - EADDRINUSE |