We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0f5e8 commit 3899075Copy full SHA for 3899075
examples/darwin-framework-tool/templates/tests/tests.js
@@ -57,6 +57,10 @@ function getTests() {
57
// TODO: Test_TC_DIAG_TH_NW_2_4 does not work on Darwin for now.
58
tests.disable('Test_TC_DGTHREAD_2_4');
59
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
+
64
// TODO: Test_TC_CC_9_1 does not work on Darwin for now.
65
// But is disabled in CI, so we can't disable it here.
66
//tests.disable('Test_TC_CC_9_1');
0 commit comments