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 879f2fd79d..983c16a051 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -6,6 +6,12 @@ "bug": "http://b/33389022" }, { + "tests": "132-daemon-locks-shutdown", + "description": ["This test seems to fail occasionally on redefine-stress for unknown reasons without stack-traces"], + "variant": "redefine-stress", + "bug": "http://b/121302864" + }, + { "tests": "579-inline-infinite", "description": ["This test seems to fail often on redefine-stress for unknown reasons"], "variant": "redefine-stress", |