ci: skip flaky test (#21658)

This commit is contained in:
Yevhenii Shcherbina
2026-01-23 13:46:31 -05:00
committed by GitHub
parent 98834a7837
commit 8d6822b23a
+2
View File
@@ -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)