diff options
| -rw-r--r-- | test/knownfailures.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json index df8fa606f8..640eda17b5 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -674,5 +674,12 @@ "description": [ "Flake on gcstress" ], "bug": "b/62562923", "variant": "gcstress & jit & target" + }, + { + "tests": ["004-JniTest"], + "description": [ "Tests failing with --build-with-javac-dx since the new annotation", + "lookup changes" ], + "bug": "b/63089991", + "env_vars": {"ANDROID_COMPILE_WITH_JACK": "false"} } ] |