diff options
author | 2017-03-22 10:52:08 +0000 | |
---|---|---|
committer | 2017-03-22 10:52:08 +0000 | |
commit | 882ea47197b59d812429ea2d788a96d5dcb2b77f (patch) | |
tree | c74e136012a87382b1796a597970524d3bdf6c4f | |
parent | e21c9af9a8e3493411e718ad1499e1f247f69178 (diff) |
Blacklist test that times out.
bug: 36501991
Change-Id: Ibfa6541fdea781fe9862049eccbcacb9b174553f
-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 2de34ca44f..fd2a3178aa 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -362,5 +362,10 @@ "description": ["Disable 638-checker-inline-caches temporarily until a fix", "arrives."], "bug": "http://b/36371709" + }, + { + "tests": "080-oom-throw", + "bug": "http://b/36501991", + "variant": "interpreter & target" } ] |