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)