From 8d6822b23ac450b65362889015e8ff8ce8a74bf5 Mon Sep 17 00:00:00 2001 From: Yevhenii Shcherbina Date: Fri, 23 Jan 2026 13:46:31 -0500 Subject: [PATCH] ci: skip flaky test (#21658) --- enterprise/cli/boundary_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/enterprise/cli/boundary_test.go b/enterprise/cli/boundary_test.go index ac92c5bfe2..52282b4634 100644 --- a/enterprise/cli/boundary_test.go +++ b/enterprise/cli/boundary_test.go @@ -25,6 +25,8 @@ import ( // coder/boundary repo, since it's a dependency of coder. // Here we want to test basically that integrating it as a subcommand doesn't break anything. func TestBoundarySubcommand(t *testing.T) { + t.Skip() + t.Parallel() ctx := testutil.Context(t, testutil.WaitShort)