diff options
| -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 d3d92c651e..7b801e29ce 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -645,6 +645,11 @@ "env_vars": {"SANITIZE_HOST": "address"} }, { + "tests": "141-class-unload", + "description": "Idk why this fails", + "env_vars": {"SANITIZE_HOST": "address"} + }, + { "tests": ["988-method-trace"], "variant": "redefine-stress | jvmti-stress", "description": "Test disabled due to redefine-stress disabling intrinsics which changes the trace output slightly." |