Revert "[FLK][web_runner] Disable test entirely"

This reverts commit 48d86b08a88c1e48d5c300db69524bb13c0c6770.

Reason for revert: Disabling this test didn't unblock and
just showed downstream tests would fail.

Original change's description:
> [FLK][web_runner] Disable test entirely
>
> Disable this test entirely to unblock build.
>
> FLK-148 #comment
>
> TEST=CQ
>
> Change-Id: If5957cdcc1b9003a4c8732b406cadaa2d73a76e7

TBR=jmatt@google.com

Change-Id: I8188969e292047130ec4c9e7341cf7bebb1e2c55
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
diff --git a/tests/web_runner_tests/BUILD.gn b/tests/web_runner_tests/BUILD.gn
index cbbff31..c355e68 100644
--- a/tests/web_runner_tests/BUILD.gn
+++ b/tests/web_runner_tests/BUILD.gn
@@ -83,20 +83,6 @@
   ]
 }
 
-#    {
-#      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
 
@@ -107,6 +93,19 @@
 
   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 = [
         {