This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: mark recently failing tests as flaky
- Loading branch information
1 parent
128fb97
commit 783cc5e
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
prefix internet | ||
|
||
test-dns : PASS,FLAKY | ||
|
||
[$system==win32] | ||
|
||
[$system==linux] | ||
|
||
[$system==macos] | ||
|
||
[$system==solaris] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,35 @@ | ||
prefix simple | ||
|
||
test-http-client-timeout-event : PASS,FLAKY | ||
test-http-pipeline-flood : PASS,FLAKY | ||
test-child-process-fork-net2 : PASS,FLAKY | ||
test-tls-session-cache : PASS,FLAKY | ||
test-net-GH-5504 : PASS,FLAKY | ||
test-debugger-repl-restart : PASS,FLAKY | ||
|
||
[$system==win32] | ||
test-cluster-bind-twice-v2 : PASS,FLAKY | ||
test-http-curl-chunk-problem : PASS,FLAKY | ||
test-pipe-file-to-http : PASS,FLAKY | ||
test-stream2-stderr-sync : PASS,FLAKY | ||
test-tls-securepair-server : PASS,FLAKY | ||
test-timers-first-fire : PASS,FLAKY | ||
|
||
[$system==linux] | ||
test-abort-fatal-error : PASS,FLAKY | ||
test-debugger-client : PASS,FLAKY | ||
test-process-argv-0 : PASS,FLAKY | ||
test-cluster-master-kill : PASS,FLAKY | ||
test-cluster-worker-kill : PASS,FLAKY | ||
test-timers-ordering : PASS,FLAKY | ||
test-cluster-master-error : PASS,FLAKY | ||
|
||
[$system==macos] | ||
test-http-exit-delay : PASS,FLAKY | ||
|
||
[$system==solaris] | ||
test-abort-fatal-error : PASS,FLAKY | ||
test-debugger-repl : PASS,FLAKY | ||
test-debugger-repl-break-in-module : PASS,FLAKY | ||
test-debugger-repl-utf8 : PASS,FLAKY | ||
test-net-server-max-connections : PASS,FLAKY |