Skip to content

Commit

Permalink
[Darwin] Disable some WindowCovering tests that supposely triggers so…
Browse files Browse the repository at this point in the history
…me random CI failures on Darwin (#15314)
  • Loading branch information
vivien-apple authored and pull[bot] committed Jul 25, 2023
1 parent 93111b3 commit 1076690
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1,531 deletions.
10 changes: 7 additions & 3 deletions src/darwin/Framework/CHIP/templates/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,18 @@ function getTests()
];

const WindowCovering = [
// WindowCovering is make uses of multiples "subscribeAttribute", but it triggers
// some failures on darwin supposely because the ReadClient stays open for the
// whole duration of the tests and that goes past some internal limits.
// Because of this, some of the tests are disabled on darwin.
'Test_TC_WNCV_1_1',
'Test_TC_WNCV_2_1',
'Test_TC_WNCV_2_2',
'Test_TC_WNCV_2_4',
'Test_TC_WNCV_2_5',
'Test_TC_WNCV_3_1',
'Test_TC_WNCV_3_2',
'Test_TC_WNCV_3_3',
//'Test_TC_WNCV_3_1',
//'Test_TC_WNCV_3_2',
//'Test_TC_WNCV_3_3',
'Test_TC_WNCV_3_4',
'Test_TC_WNCV_3_5',
'Test_TC_WNCV_4_3',
Expand Down
Loading

0 comments on commit 1076690

Please sign in to comment.