diff options
-rw-r--r-- | test/knownfailures.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json index f0b88e9a32..426bbaf73a 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -13,7 +13,9 @@ }, { "tests": "080-oom-fragmentation", - "description": "Disable 080-oom-fragmentation due to flakes.", + "description": ["Disable 080-oom-fragmentation for GSS GC due to lack of", + "support for allocations larger than 32MB."], + "env_vars": {"ART_DEFAULT_GC_TYPE": "GSS"}, "bug": "http://b/33795328" }, { |