summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/knownfailures.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json
index f3f59bf85f..6588b497ed 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -1318,7 +1318,8 @@
},
{
"tests": ["175-alloc-big-bignums"],
- "variant": "interpreter | interp-ac | trace | no-image | debuggable",
+ "variant": "interpreter | interp-ac | trace | no-image | debuggable | prebuild",
+ "bug": "b/174470490",
"description": "Interpreting BigInteger.add() is too slow (timeouts)"
},
{