Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
test: mark some test as flaky
Browse files Browse the repository at this point in the history
* test-inspector-break-when-eval
* test-promise.chain-promise-before-init-hooks
* test-promise.promise-before-init-hooks

PR-URL: #293
Reviewed-By: Kyle Farnung <kfarnung@microsoft.com>
  • Loading branch information
kunalspathak authored and kfarnung committed Jun 12, 2017
1 parent 1cf1355 commit 4b500db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions test/async-hooks/async-hooks.status
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ prefix async-hooks

[$jsEngine==chakracore]
test-promise : PASS,FLAKY
test-promise.chain-promise-before-init-hooks : PASS,FLAKY
test-promise.promise-before-init-hooks : PASS,FLAKY
4 changes: 3 additions & 1 deletion test/inspector/inspector.status
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ test-inspector-port-zero-cluster : PASS,FLAKY
[$system==win32]

[$jsEngine==chakracore]
test-bindings : PASS,FLAKY
test-bindings : PASS,FLAKY
test-inspector-break-when-eval : PASS,FLAKY

0 comments on commit 4b500db

Please sign in to comment.