Disable 554-jit-profile-file for the READ_BARRIER mode.

Change-Id: I98f5c0aeb0d68b42a587b1f7261d3fe998ca7f8b
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk
index 94eff8b..853db0b 100644
--- a/test/Android.run-test.mk
+++ b/test/Android.run-test.mk
@@ -516,10 +516,12 @@
 # 137: Read barrier forces interpreter. Cannot run this with the interpreter.
 # 537: Expects an array copy to be intrinsified, but calling-on-slowpath intrinsics are not yet
 #      handled in the read barrier configuration.
+# 554: Cannot run in interpreter mode and this rule cover both: the compiler and the interpreter.
 TEST_ART_BROKEN_READ_BARRIER_RUN_TESTS := \
   055-enum-performance                    \
   137-cfi                                 \
-  537-checker-arraycopy
+  537-checker-arraycopy                   \
+  554-jit-profile-file
 
 ifeq ($(ART_USE_READ_BARRIER),true)
   ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES), \