Skip to content

Commit

Permalink
Merge pull request cockroachdb#91454 from cockroachdb/blathers/backpo…
Browse files Browse the repository at this point in the history
…rt-release-22.1-91421
  • Loading branch information
Marius Posta authored Nov 8, 2022
2 parents 22fa382 + 73fab8d commit e212c06
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 @@ -22,11 +22,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 e212c06

Please sign in to comment.