From ea529043f11c24e80419cf878ea88eeda393c630 Mon Sep 17 00:00:00 2001 From: cecille Date: Tue, 9 Jul 2024 10:35:13 -0400 Subject: [PATCH] Turn off flaky MRP test in darwin --- scripts/tests/chiptest/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/tests/chiptest/__init__.py b/scripts/tests/chiptest/__init__.py index d5a493b879d39b..a250bab52e9de4 100644 --- a/scripts/tests/chiptest/__init__.py +++ b/scripts/tests/chiptest/__init__.py @@ -188,6 +188,7 @@ def _GetDarwinFrameworkToolUnsupportedTests() -> Set[str]: "TestIcdManagementCluster", # darwin-framework-tool does not support ICD registration "TestUnitTestingClusterMei", # darwin-framework-tool does not currently support reading or subscribing to Events "TestReadNoneSubscribeNone", # darwin-framework-tool does not supports those commands. + "TestDiagnosticLogsDownloadCommand", # test is flaky in darwin. Please see #32636 "Test_TC_ACE_1_6", # darwin-framework-tool does not support group commands. "Test_TC_ACL_2_5", # darwin-framework-tool does not currently support reading or subscribing to Events