Fix status file given new js_typed_interop test that cannot pass in dart2js checked mode without risky changes.

BUG=
R=sra@google.com

Review URL: https://codereview.chromium.org/1410923006 .
diff --git a/tests/html/html.status b/tests/html/html.status
index f5fdf88..43481ee 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -34,6 +34,7 @@
 
 [ $compiler == dart2js && $checked ]
 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatible with --checked
+js_typed_interop_test: Fail # Issue 24822
 
 [ $compiler == dart2js && $csp && $browser ]
 custom/js_custom_test: Fail # Issue 14643