"Revert^6 "[art] Enable compilation of secondary dexes by default i..."

This reverts commit c1ff0ff1e3f64a991119b3f86db3dc9e76f3a4e4.

Reason for revert: Blacklist another configuration.

Bug: 149098478
Test: art/test/testrunner/testrunner.py -b --host
Test: art/test/testrunner/testrunner.py -b --host -t 596-app-images -t 660-clinit
Test: art/test/testrunner/testrunner.py -b --host -t 597-app-images-same-classloader
Test: art/test/testrunner/testrunner.py -b --host --debuggable
Test: art/test/testrunner/testrunner.py -b --host --all-jvmti -t 596-app-images -t 597-app-images-same-classloader
Test: art/test/testrunner/testrunner.py -b --host --no-image -t 596-app-images -t 597-app-images-same-classloader
Test: art/test/testrunner/testrunner.py -b --target -t 596-app-images -t 597-app-images-same-classloader
Change-Id: Ibccc0030ae068f3ab6b50126a2d5c3b41806de12
diff --git a/test/knownfailures.json b/test/knownfailures.json
index 9dc5f26..3eecf7a 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -303,9 +303,24 @@
         "variant": "optimizing & ndebuggable | regalloc_gc & ndebuggable | speed-profile & ndebuggable | jit & ndebuggable | jit-on-first-use & ndebuggable"
     },
     {
+        "tests": ["596-app-images", "597-app-images-same-classloader"],
+        "description": "no image generated in configuration",
+        "variant": "no-image"
+    },
+    {
+        "tests": ["596-app-images", "597-app-images-same-classloader"],
+        "description": "not generated when using the access check configuration",
+        "variant": "interp-ac"
+    },
+    {
+        "tests": ["596-app-images", "597-app-images-same-classloader"],
+        "description": "jvmti does not interact well with images",
+        "variant": "field-stress | jvmti-stress | redefine-stress | step-stress | trace-stress"
+    },
+    {
         "tests": "596-app-images",
-        "description": "Code being tested has been disabled",
-        "bug": "b/70734839"
+        "description": "app images do not initialize classes when debuggable",
+        "variant": "debuggable"
     },
     {
         "tests": "055-enum-performance",