Skip to content

Commit

Permalink
Disable Test_CC_7_2 in Darwin framework for now. (#21812)
Browse files Browse the repository at this point in the history
It seems to assume tigher timing from waitForMs than we're getting.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Feb 1, 2024
1 parent 70c00fd commit 3260760
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 918 deletions.
4 changes: 4 additions & 0 deletions examples/darwin-framework-tool/templates/tests/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ function getTests() {
// TODO: Test_TC_DIAG_TH_NW_2_4 does not work on Darwin for now.
tests.disable('Test_TC_DGTHREAD_2_4');

// TODO: Test_TC_CC_7_2 seems to rely on pretty tight timing that seem to not
// work right in the darwin tests.
tests.disable('Test_TC_CC_7_2');

// TODO: Test_TC_CC_9_1 does not work on Darwin for now.
// But is disabled in CI, so we can't disable it here.
//tests.disable('Test_TC_CC_9_1');
Expand Down
Loading

0 comments on commit 3260760

Please sign in to comment.