Skip to content

Commit a803ee3

Browse files
authoredJul 9, 2024
Turn off flaky MRP test in darwin (#34260)
1 parent ecfa07a commit a803ee3

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)