Disable test failing on CMC.
Test: 092-locale
Bug: 288532125
Change-Id: Id49330d6602ca252051d55a614794cd648cc655d
diff --git a/test/knownfailures.json b/test/knownfailures.json
index adf201c..ff0b267 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -1580,5 +1580,11 @@
"tests": ["2262-miranda-methods"],
"variant": "jvm",
"description": ["jvm doesn't seem to support calling miranda methods via CallNonVirtual."]
+ },
+ {
+ "tests": ["092-locale"],
+ "env_vars": {"ART_USE_READ_BARRIER": "false"},
+ "bug": "b/288532125",
+ "description": ["Crashes during shutdown"]
}
]