Disable ThreadStress.

Change-Id: Ieead69051687a8cc4687ab0c8c8879d780da01f3
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk
index 773a950..302db38 100644
--- a/test/Android.run-test.mk
+++ b/test/Android.run-test.mk
@@ -157,6 +157,15 @@
 
 TEST_ART_TIMING_SENSITIVE_RUN_TESTS :=
 
+TEST_ART_BROKEN_RUN_TESTS := \
+  004-ThreadStress
+
+ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(PREBUILD_TYPES), \
+      $(COMPILER_TYPES),$(RELOCATE_TYPES),$(TRACE_TYPES),$(GC_TYPES),$(JNI_TYPES), \
+      $(IMAGE_TYPES), $(TEST_ART_BROKEN_RUN_TESTS), $(ALL_ADDRESS_SIZES))
+
+TEST_ART_BROKEN_RUN_TESTS :=
+
 # Note 116-nodex2oat is not broken per-se it just doesn't (and isn't meant to) work with --prebuild.
 TEST_ART_BROKEN_PREBUILD_RUN_TESTS := \
   116-nodex2oat