Skip to content

Commit

Permalink
acceptance: skip broken test
Browse files Browse the repository at this point in the history
Release note: None
Epic: None
  • Loading branch information
rickystewart committed Nov 7, 2022
1 parent e6303cb commit d9845a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/acceptance/compose_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ import (

"github.com/cockroachdb/cockroach/pkg/acceptance/cluster"
"github.com/cockroachdb/cockroach/pkg/build/bazel"
"github.com/cockroachdb/cockroach/pkg/testutils/skip"
)

const composeDir = "compose"

func TestComposeGSS(t *testing.T) {
skip.WithIssue(t, 91420)
testCompose(t, filepath.Join("gss", "docker-compose.yml"), "psql")
}

Expand Down

0 comments on commit d9845a0

Please sign in to comment.