diff options
author | Ayush Ranjan <ayushranjan@google.com> | 2020-09-02 11:11:23 -0700 |
---|---|---|
committer | Andrei Vagin <avagin@gmail.com> | 2020-09-09 17:53:10 -0700 |
commit | 1b5bbc0946aca8cc9bdf92aa66e1c6d09d10168a (patch) | |
tree | e65bb1db15e8a47c361d77457d83ceb6f104f487 /test | |
parent | e56e26eda28c14a3237678ce5610f03989b19736 (diff) |
[runtime tests] Exclude flaky nodejs test
PiperOrigin-RevId: 329749191
Diffstat (limited to 'test')
-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 |