diff options
| -rw-r--r-- | test/knownfailures.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json index 44ba3e9161..2ff7f19016 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -1556,5 +1556,10 @@ "env_vars": {"ART_TEST_DEBUG_GC": "true"}, "bug": "b/264844668", "description": ["Test timing out on debug gc."] + }, + { + "tests": ["845-data-image", "846-multidex-data-image"], + "bug": "b/260557058", + "description": ["Disabled while investigating b/268225365."] } ] |