Remove section related to enso failures.

We have no tests failing to enso at the moment. 070-nio-buffer was
fixed and 955-smali was reverted.

Change-Id: I72b269d917c081ff414c9b3771920cc0eabde609
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk
index ce2520d..938fc37 100644
--- a/test/Android.run-test.mk
+++ b/test/Android.run-test.mk
@@ -225,14 +225,6 @@
         $(IMAGE_TYPES), $(PICTEST_TYPES), $(DEBUGGABLE_TYPES), $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(ALL_ADDRESS_SIZES))
 endif
 
-# Tests that currently fail due to enso.
-TEST_ART_ENSO_RELATED_FAILING_TESTS := \
-  955-lambda-smali
-
-ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),$(PREBUILD_TYPES), \
-      $(COMPILER_TYPES),$(RELOCATE_TYPES),$(TRACE_TYPES),$(GC_TYPES),$(JNI_TYPES), \
-      $(IMAGE_TYPES), $(PICTEST_TYPES), $(DEBUGGABLE_TYPES), $(TEST_ART_ENSO_RELATED_FAILING_TESTS), $(ALL_ADDRESS_SIZES))
-
 # Tests that require python3.
 TEST_ART_PYTHON3_DEPENDENCY_RUN_TESTS := \
   960-default-smali \