Skip to content

Commit

Permalink
release-20.2: acceptance: skip TestComposeGSS
Browse files Browse the repository at this point in the history
Informs: #56745

Release note: None
  • Loading branch information
adityamaru authored and JuanLeon1 committed Nov 19, 2020
1 parent 03a6d4a commit fe9afec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/acceptance/compose_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ import (
"os/exec"
"path/filepath"
"testing"

"github.com/cockroachdb/cockroach/pkg/testutils/skip"
)

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

Expand Down

0 comments on commit fe9afec

Please sign in to comment.