From ace194e11817b9cea109a6756f612b30b0fcd189 Mon Sep 17 00:00:00 2001 From: Bo-Rong Chen Date: Thu, 13 Jun 2024 12:28:55 -0700 Subject: [PATCH] [android] Disable failing ProcessMetricsHelperTest test These two tests failed due to the PR (https://github.com/youtube/cobalt/pull/3374), and they should be re-enabled once it fixes. b/346868673 --- starboard/android/shared/test_filters.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/starboard/android/shared/test_filters.py b/starboard/android/shared/test_filters.py index 7c90f5484614..e5e7fba3fe09 100644 --- a/starboard/android/shared/test_filters.py +++ b/starboard/android/shared/test_filters.py @@ -18,6 +18,11 @@ # A map of failing or crashing tests per target. # pylint: disable=line-too-long _FILTERED_TESTS = { + 'base_test': [ + # TODO: b/346868673 This test crashed/failed on ATV on device tests. + 'ProcessMetricsHelperTest.GetClockTicksPerS', + 'ProcessMetricsHelperTest.GetCumulativeCPUUsagePerThread', + ], 'player_filter_tests': [ # Invalid input may lead to unexpected behaviors. 'AudioDecoderTests/AudioDecoderTest.MultipleInvalidInput/*',