summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/knownfailures.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json
index f6260bb462..dee3b8dbc9 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -711,5 +711,11 @@
"tests": "655-jit-clinit",
"description": [ "Currently broken in debug mode"],
"variant": "debug"
+ },
+ {
+ "tests": ["137-cfi", "629-vdex-speed"],
+ "description": [ "Tests require speed compilation which is no longer the default for",
+ "no-prebuild configs."],
+ "variant": "no-prebuild"
}
]