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/*',