Forgot this line for blacklisting.
Test: test-art-host
Change-Id: I97d330b1898561c69d7cd02c64ea574f5dcaeffa
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk
index c83c799..01eb14e 100644
--- a/test/Android.run-test.mk
+++ b/test/Android.run-test.mk
@@ -624,10 +624,11 @@
TEST_ART_BROKEN_JIT_READ_BARRIER_RUN_TESTS :=
# Tests failing in non-Baker read barrier configurations with the Optimizing compiler (AOT).
-# 537: Expects an array copy to be intrinsified, but calling-on-slowpath intrinsics are not yet
+# 537 and 641: Expect an array copy to be intrinsified, but calling-on-slowpath intrinsics are not yet
# handled in non-Baker read barrier configurations.
TEST_ART_BROKEN_OPTIMIZING_NON_BAKER_READ_BARRIER_RUN_TESTS := \
- 537-checker-arraycopy
+ 537-checker-arraycopy \
+ 641-checker-arraycopy
# Tests failing in non-Baker read barrier configurations with JIT (Optimizing compiler).
# 537 and 641: Expect an array copy to be intrinsified, but calling-on-slowpath intrinsics are not yet