From 7beab003b8160a5e703051260884a50772fc65da Mon Sep 17 00:00:00 2001 From: Ricky Stewart Date: Mon, 21 Aug 2023 12:27:15 -0500 Subject: [PATCH] ci,ui: don't lint `e2e-tests` This workspace has a huge download of `cypress` which was causing CI to flake. Epic: none Release note: None --- pkg/ui/BUILD.bazel | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/ui/BUILD.bazel b/pkg/ui/BUILD.bazel index 79de9e544e47..5f4438084faf 100644 --- a/pkg/ui/BUILD.bazel +++ b/pkg/ui/BUILD.bazel @@ -38,7 +38,6 @@ test_suite( tests = [ "//pkg/ui/workspaces/cluster-ui:lint", "//pkg/ui/workspaces/db-console:lint", - "//pkg/ui/workspaces/e2e-tests:lint", ], )