Skip to content

Commit

Permalink
Skip test waitasync-waiter-list-order.js
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=248807
rdar://103013518

Reviewed by Yusuke Suzuki.

Temporarily skip the test until #7048
fixes the race condition issue for waitAsync.

* JSTests/stress/waitasync-waiter-list-order.js:

Canonical link: https://commits.webkit.org/257394@main
  • Loading branch information
hyjorc1 committed Dec 6, 2022
1 parent 5f769b0 commit 850ed72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JSTests/stress/waitasync-waiter-list-order.js
@@ -1,3 +1,5 @@
//@ skip
// Temporarily skip the test until https://github.com/WebKit/WebKit/pull/7048 fixes the race condition.
const TOTAL_WAITER_COUNT = 10;
const WAIT_INDEX = TOTAL_WAITER_COUNT * 2 - 1;

Expand Down

0 comments on commit 850ed72

Please sign in to comment.