Temporarily disable 1955-pop-frame-jit-called on target
Disable 1955-pop-frame-jit-called to make bots green while
investigating the issue
Bug: 266175266
Test: art/test.py
Change-Id: I52dd884d2a2297e1dff4829bebb5afc46b85aeb2
diff --git a/test/knownfailures.json b/test/knownfailures.json
index 44ba3e9..ec91a96 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -1556,5 +1556,11 @@
"env_vars": {"ART_TEST_DEBUG_GC": "true"},
"bug": "b/264844668",
"description": ["Test timing out on debug gc."]
+ },
+ {
+ "tests": ["1955-pop-frame-jit-called"],
+ "description": ["Temporarily disable while investigating the failure"],
+ "bug": "b/266175266",
+ "variant": "target"
}
]