Skip to content

Commit c16316d

Browse files
cecilleaustina-csa
authored andcommitted
Turn off flaky MRP test in darwin (project-chip#34260)
1 parent 8c22b62 commit c16316d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/tests/chiptest/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ def _GetDarwinFrameworkToolUnsupportedTests() -> Set[str]:
188188
"TestIcdManagementCluster", # darwin-framework-tool does not support ICD registration
189189
"TestUnitTestingClusterMei", # darwin-framework-tool does not currently support reading or subscribing to Events
190190
"TestReadNoneSubscribeNone", # darwin-framework-tool does not supports those commands.
191+
"TestDiagnosticLogsDownloadCommand", # test is flaky in darwin. Please see #32636
191192

192193
"Test_TC_ACE_1_6", # darwin-framework-tool does not support group commands.
193194
"Test_TC_ACL_2_5", # darwin-framework-tool does not currently support reading or subscribing to Events

0 commit comments

Comments
 (0)