Temporarily disable 727-checker-unresolved-class.
727-checker-unresolved-class is a checker test to test the access check
for unresolved classes. It uses --updatable-bcp-packages-file to make
classes unresolved. However, --updatable-bcp-packages-file is being
deprecated, so this test cannot work until it is written in another way.
Bug: 200241946
Test: art/test/run-test
Change-Id: I5cbddb2bdc0774f2a5ce10a5ffd9ce7de88f8517
diff --git a/test/knownfailures.json b/test/knownfailures.json
index 4d0fedc..95f8bce 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -1445,5 +1445,13 @@
"variant": "jvm",
"bug": "b/195387473",
"description": ["Depends on using language level 11."]
+ },
+ {
+ "tests": ["727-checker-unresolved-class"],
+ "description": ["The test used to use --updatable-bcp-packages-file to",
+ "make classes unresolved, but the flag is deprecated",
+ "and no longer takes effect"],
+ "bug": "b/203171409",
+ "variant": "target | host"
}
]