srgb config is gone. Stop testing it.

Should fix Google3 roll.

Change-Id: I986f442f2f36048e2322b6360a39221da2cb176b
Reviewed-on: https://skia-review.googlesource.com/133301
Commit-Queue: Brian Osman <brianosman@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Auto-Submit: Brian Osman <brianosman@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
diff --git a/public.bzl b/public.bzl
index c9b789c..b18fc4b 100644
--- a/public.bzl
+++ b/public.bzl
@@ -554,7 +554,7 @@
 def DM_ARGS(asan):
   source = ["tests", "gm", "image"]
   # TODO(benjaminwagner): f16, pic-8888, serialize-8888, and tiles_rt-8888 fail.
-  config = ["565", "8888", "pdf", "srgb"]
+  config = ["565", "8888", "pdf"]
   return ["--src"] + source + ["--config"] + config + ["--nonativeFonts"]
 
 ################################################################################