Update 902 test to highlight JIT issue.
Test: 902-hello-transformation
bug: 32821077
Change-Id: Ic7d267a5e62d4e001d1b85f1cc3d10546814bd18
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk
index 29cec91..3caa2cf 100644
--- a/test/Android.run-test.mk
+++ b/test/Android.run-test.mk
@@ -537,8 +537,10 @@
# also uses Generic JNI instead of the JNI compiler.
# Test 906 iterates the heap filtering with different options. No instances should be created
# between those runs to be able to have precise checks.
+# Test 902 hits races with the JIT compiler. b/32821077
TEST_ART_BROKEN_JIT_RUN_TESTS := \
137-cfi \
+ 902-hello-transformation \
904-object-allocation \
906-iterate-heap \