diff options
| -rw-r--r-- | test/knownfailures.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json index 9a8f3be9d6..b7f5d4ca48 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -703,5 +703,11 @@ "tests": ["059-finalizer-throw", "063-process-manager"], "description": [ "Tests that take too long on target with gcstress and debug" ], "variant": "gcstress & target & debug" + }, + { + "tests": ["905-object-free"], + "description": [ "Flake on gcstress" ], + "bug": "b/62562923", + "variant": "gcstress & jit & target" } ] |