Skip to content

Commit

Permalink
Merge pull request #91456 from cockroachdb/blathers/backport-release-…
Browse files Browse the repository at this point in the history
…22.2.0-91421
  • Loading branch information
Marius Posta authored Nov 8, 2022
2 parents e6303cb + d9845a0 commit 0aa1e8f
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 0aa1e8f

Please sign in to comment.