[coverage] Remove flaky fvdl test

Bug: 78190
Change-Id: Ifb3ad78716e11ca5f0f5cc2f16bee3500d948e3f
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/541981
Fuchsia-Auto-Submit: Shai Barack <shayba@google.com>
Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
Reviewed-by: Jay Zhuang <jayzhuang@google.com>
diff --git a/tools/fvdl/e2e/BUILD.gn b/tools/fvdl/e2e/BUILD.gn
index 864e85a..199f829 100644
--- a/tools/fvdl/e2e/BUILD.gn
+++ b/tools/fvdl/e2e/BUILD.gn
@@ -14,7 +14,12 @@
 
 group("tests") {
   testonly = true
-  deps = [ ":fvdl_intree_test($host_toolchain)" ]
+
+  # TODO(fxbug.dev/78190): this flaky test is super flaky on coverage.
+  # Please fix the flakiness issue and then remove the condition below.
+  if (!is_coverage) {
+    deps = [ ":fvdl_intree_test($host_toolchain)" ]
+  }
 }
 
 if (is_linux) {