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 980d605c7c..2aeccbe084 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -653,6 +653,11 @@ "description": ["Test is designed to only check --compiler-filter=speed"] }, { + "test_patterns": [".*"], + "description": ["Tests are timing out for weeks now, disable to fix."], + "variant": "cdex-fast & redefine-stress" + }, + { "tests": "674-HelloWorld-Dm", "variant": "target", "description": ["Requires zip, which isn't available on device"] |