We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecfa07a commit a803ee3Copy full SHA for a803ee3
scripts/tests/chiptest/__init__.py
@@ -188,6 +188,7 @@ def _GetDarwinFrameworkToolUnsupportedTests() -> Set[str]:
188
"TestIcdManagementCluster", # darwin-framework-tool does not support ICD registration
189
"TestUnitTestingClusterMei", # darwin-framework-tool does not currently support reading or subscribing to Events
190
"TestReadNoneSubscribeNone", # darwin-framework-tool does not supports those commands.
191
+ "TestDiagnosticLogsDownloadCommand", # test is flaky in darwin. Please see #32636
192
193
"Test_TC_ACE_1_6", # darwin-framework-tool does not support group commands.
194
"Test_TC_ACL_2_5", # darwin-framework-tool does not currently support reading or subscribing to Events
0 commit comments