Skip to content

Commit

Permalink
[android] Disable failing ProcessMetricsHelperTest test (#3558)
Browse files Browse the repository at this point in the history
These two tests failed due to the PR
(#3374), and they should be
re-enabled once it fixes.

b/346868673
  • Loading branch information
borongc committed Jun 13, 2024
1 parent 0c0ab1c commit 225195b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions starboard/android/shared/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/*',
Expand Down

0 comments on commit 225195b

Please sign in to comment.