diff options
| author | 2019-01-04 20:54:26 +0000 | |
|---|---|---|
| committer | 2019-01-04 20:54:26 +0000 | |
| commit | 1f992258112f4ed19dcca3fde052eb0d85d5cc55 (patch) | |
| tree | 2626b3342675f57b7d549815b729e391214e70c0 | |
| parent | c0bb8c7a1e08254108016b30f3a520bc718aefd5 (diff) | |
| parent | 2337fa1e9b975f366258ae3c32d0e9ac9bdd4298 (diff) | |
Merge "Add 132 to redefine-stress skips"
| -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", |