summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/knownfailures.json10
1 files changed, 2 insertions, 8 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json
index 1b3f4ff7e3..1a3a44ee91 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -1290,8 +1290,8 @@
},
{
"tests": ["153-reference-stress"],
- "variant": "gcstress",
- "description": ["Timing out for gcstress"]
+ "variant": "gcstress | debuggable",
+ "description": ["Timing out."]
},
{
"tests": ["153-reference-stress"],
@@ -1299,12 +1299,6 @@
"description": ["Timing out for ASAN."]
},
{
- "tests": ["153-reference-stress"],
- "env_vars": {"ART_HEAP_POISONING": "true"},
- "variant": "debuggable",
- "description": ["Timing out for debuggable + poison."]
- },
- {
"tests": ["021-string2"],
"variant": "jit & debuggable",
"bug": "b/109791792",