ART: Disable test 137 for ASAN

AddressSanitizer is not happy with some libunwind memory reads.

Bug: 31098551
Bug: 62350406
Test: SANITIZE_HOST=address m test-art-host
Change-Id: If3235130396941cc137acfa7566b17f4551a688b
diff --git a/test/knownfailures.json b/test/knownfailures.json
index 4b16a59..214b827 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -699,5 +699,12 @@
                          "of the framework. But a non-sanitized zipalign binary does not work with",
                          "a sanitized libc++."],
         "env_vars": {"SANITIZE_HOST": "address"}
+    },
+    {
+        "tests": "137-cfi",
+        "description": [ "ASan is reporting out-of-bounds reads in libunwind."],
+        "variant": "host",
+        "env_vars": {"SANITIZE_HOST": "address"},
+        "bug": "b/62350406"
     }
 ]