[FLK][web_runner] Disable web_runner_integration_tests on QEMU

FLK-148 #comment

Disabling flaky test while we find an owner for investigation.

Test: CQ
Change-Id: I8ffa249c579cc1403c99f72cdd07dfff32fbaaa5
diff --git a/tests/web_runner_tests/BUILD.gn b/tests/web_runner_tests/BUILD.gn
index 4b200ab..c355e68 100644
--- a/tests/web_runner_tests/BUILD.gn
+++ b/tests/web_runner_tests/BUILD.gn
@@ -94,7 +94,16 @@
   tests = [
     {
       name = "web_runner_integration_tests"
-      environments = basic_envs
+      # 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"