Remove a non-existent test from knownfailures
aosp/2568091 introduced a skip for non-existent test. Fix by removing
it.
Test: art/test.py
Change-Id: Ief2e8c825ad33883e13dc684f9e7dfc24bacba12
diff --git a/test/knownfailures.json b/test/knownfailures.json
index f5b695d..73f6f20 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -1167,7 +1167,6 @@
"844-exception2",
"845-fast-verify",
"845-data-image",
- "2264-debuggable-data-image",
"846-multidex-data-image",
"847-filled-new-aray",
"999-redefine-hiddenapi",
@@ -1565,7 +1564,7 @@
"description": ["Test timing out on debug gc."]
},
{
- "tests": ["845-data-image", "846-multidex-data-image", "2264-debuggable-data-image"],
+ "tests": ["845-data-image", "846-multidex-data-image"],
"variant": "debuggable | trace | stream",
"description": ["Runtime app images are not supported with debuggable."]
},