diff options
| -rw-r--r-- | test/Android.run-test.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk index d96247203b..e37e478e7f 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -462,8 +462,10 @@ TEST_ART_BROKEN_FALLBACK_RUN_TESTS := # 802 and 570-checker-osr: # This test dynamically enables tracing to force a deoptimization. This makes the test meaningless # when already tracing, and writes an error message that we do not want to check for. +# 130 occasional timeout b/32383962. TEST_ART_BROKEN_TRACING_RUN_TESTS := \ 087-gc-after-link \ + 130-hprof \ 137-cfi \ 141-class-unload \ 570-checker-osr \ |