diff options
| author | 2018-07-18 01:19:59 +0000 | |
|---|---|---|
| committer | 2018-07-18 01:19:59 +0000 | |
| commit | 557204ac61b5552f9dc2554cf297fe57660f0e9c (patch) | |
| tree | 28c053988edab0debca7d4cb11809828e6a4a98f | |
| parent | 1bec084ee8058b258912724aec1773ad2e04af0c (diff) | |
| parent | 23ea0245da0559ef9a3021bf1996cc0ee2dc7d07 (diff) | |
Merge "Add another test that the slower gcstress causes timeouts"
| -rw-r--r-- | test/knownfailures.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json index 30330795fd..44a5c12b1e 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -1016,7 +1016,7 @@ "description" : ["Gcstress requires the ability to open at least one file which means this test fails when it runs out."] }, { - "tests": ["530-checker-lse2"], + "tests": ["530-checker-lse2", "141-class-unload"], "variant": "gcstress", "bug": "b/111543628", "description" : ["Test seems to timeout when run with gcstress due to slower unwinding by libbacktrace"] |