[FLK][web_runner] Disable test entirely

Disable this test entirely to unblock build.

FLK-148 #comment

TEST=CQ

Change-Id: If5957cdcc1b9003a4c8732b406cadaa2d73a76e7
diff --git a/tests/web_runner_tests/BUILD.gn b/tests/web_runner_tests/BUILD.gn
index c355e68..cbbff31 100644
--- a/tests/web_runner_tests/BUILD.gn
+++ b/tests/web_runner_tests/BUILD.gn
@@ -83,6 +83,20 @@
   ]
 }
 
+#    {
+#      name = "web_runner_integration_tests"
+#      # FLK-148
+#      # environments = basic_envs
+#      # This does not seem to flake on NUCs.
+#      environments = [
+#        {
+#          dimensions = {
+#            device_type = "Intel NUC Kit NUC7i5DNHE"
+#          }
+#        },
+#      ]
+#    },
+
 package("web_runner_tests") {
   testonly = true
 
@@ -93,19 +107,6 @@
 
   tests = [
     {
-      name = "web_runner_integration_tests"
-      # FLK-148
-      # environments = basic_envs
-      # This does not seem to flake on NUCs.
-      environments = [
-        {
-          dimensions = {
-            device_type = "Intel NUC Kit NUC7i5DNHE"
-          }
-        },
-      ]
-    },
-    {
       name = "web_runner_pixel_tests"
       environments = [
         {