mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
ci: skip flaky test (#21658)
This commit is contained in:
committed by
GitHub
parent
98834a7837
commit
8d6822b23a
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user