diff options
| -rwxr-xr-x | test/utils/regen-test-files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/regen-test-files b/test/utils/regen-test-files index 2d464a8cc4..e3e276e6e5 100755 --- a/test/utils/regen-test-files +++ b/test/utils/regen-test-files @@ -298,7 +298,7 @@ flaky_tests_excluded_from_mts = [ # TODO(b/247108425): Address the linking issues and re-enable these # tests. failing_tests_excluded_from_mts = [ - "art_standalone_compiler_tests JniCompilerTests", + "art_standalone_compiler_tests JniCompilerTest*", ] # Is `run_test` a Checker test (i.e. a test containing Checker |