Skip to content

Commit 3899075

Browse files
bzbarsky-applepull[bot]
authored andcommitted
Disable Test_CC_7_2 in Darwin framework for now. (#21812)
It seems to assume tigher timing from waitForMs than we're getting.
1 parent 3d0f5e8 commit 3899075

File tree

2 files changed

+4
-918
lines changed
  • examples/darwin-framework-tool/templates/tests
  • zzz_generated/darwin-framework-tool/zap-generated/test

2 files changed

+4
-918
lines changed

examples/darwin-framework-tool/templates/tests/tests.js

+4
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ function getTests() {
5757
// TODO: Test_TC_DIAG_TH_NW_2_4 does not work on Darwin for now.
5858
tests.disable('Test_TC_DGTHREAD_2_4');
5959

60+
// TODO: Test_TC_CC_7_2 seems to rely on pretty tight timing that seem to not
61+
// work right in the darwin tests.
62+
tests.disable('Test_TC_CC_7_2');
63+
6064
// TODO: Test_TC_CC_9_1 does not work on Darwin for now.
6165
// But is disabled in CI, so we can't disable it here.
6266
//tests.disable('Test_TC_CC_9_1');

0 commit comments

Comments
 (0)