[Bazel] Omit new test that causes infinite loop in libjpeg-turbo.

This test was added in
https://skia-review.googlesource.com/c/skia/+/129459, but the fix is not
yet in a libjpeg-turbo release.

No-Try: true
Change-Id: Ib7dce7a022934918f9f2e3467849d3e81cbf14cd
Reviewed-on: https://skia-review.googlesource.com/137703
Auto-Submit: Ben Wagner <benjaminwagner@google.com>
Reviewed-by: Leon Scroggins <scroggo@google.com>
Commit-Queue: Leon Scroggins <scroggo@google.com>
diff --git a/public.bzl b/public.bzl
index b99c60c..aaf7555 100644
--- a/public.bzl
+++ b/public.bzl
@@ -562,7 +562,9 @@
   source = ["tests", "gm", "image"]
   # TODO(benjaminwagner): f16, pic-8888, serialize-8888, and tiles_rt-8888 fail.
   config = ["565", "8888", "pdf"]
-  return ["--src"] + source + ["--config"] + config + ["--nonativeFonts"]
+  match = ["~Codec_78329453"]
+  return (["--src"] + source + ["--config"] + config + ["--nonativeFonts"] +
+          ["--match"] + match)
 
 ################################################################################
 ## COPTS