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 67ca316425..8843dc8b18 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -710,5 +710,10 @@ "description": [ "Tests require speed compilation which is no longer the default for", "no-prebuild or no-image configs."], "variant": "no-prebuild | no-image" + }, + { + "tests": ["059-finalizer-throw", "063-process-manager"], + "description": [ "Tests that take too long on target with gcstress and debug" ], + "variant": "gcstress & target & debug" } ] |