diff options
| author | 2018-02-27 22:55:26 +0000 | |
|---|---|---|
| committer | 2018-02-27 22:55:26 +0000 | |
| commit | 8dcb3527d416fb63f936a8fbeb7b59abfc2ac446 (patch) | |
| tree | 5249208654139cf891f024d3e68f22579fe80bb8 | |
| parent | abd52cde778990acb0dbd97fc14a9c75c752a377 (diff) | |
| parent | a7968b3c1b2d5283206161b6298bcf439912fc6c (diff) | |
Merge "Disable test 579 on redefine-stress for now"
| -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 100c288839..b2e2867dad 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -6,6 +6,12 @@ "bug": "http://b/33389022" }, { + "tests": "579-inline-infinite", + "description": ["This test seems to fail often on redefine-stress for unknown reasons"], + "variant": "redefine-stress", + "bug": "http://b/73871735" + }, + { "tests": "080-oom-fragmentation", "description": "Disable 080-oom-fragmentation due to flakes.", "bug": "http://b/33795328" |