Disable 570-checker-osr-locals for trace tests.

Same as 570-checker-osr

Bug: 130313339
Test: test.py -r --host --trace -t 570
Change-Id: I1be08d72b569710c387e623d3b0df9a6a3a08465
diff --git a/test/knownfailures.json b/test/knownfailures.json
index 29074dd..c04f8f5 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -227,8 +227,7 @@
         "variant": "trace | stream"
     },
     {
-        "tests": ["802-deoptimization",
-                 "570-checker-osr"],
+        "tests": ["802-deoptimization"],
         "description": ["This test dynamically enables tracing to force a",
                         "deoptimization. This makes the test meaningless",
                         "when already tracing, and writes an error message",
@@ -236,6 +235,11 @@
         "variant": "trace | stream"
     },
     {
+        "tests": ["570-checker-osr", "570-checker-osr-locals"],
+        "description": ["These tests wait for OSR, which never happens when tracing."],
+        "variant": "trace | stream"
+    },
+    {
         "tests": "130-hprof",
         "description": "130 occasional timeout",
         "bug": "http://b/32383962",