Skip to content

Commit

Permalink
Merge pull request #52373 from otan-cockroach/backport19.2-52372
Browse files Browse the repository at this point in the history
release-19.2: acceptance: disable Elixir tests
  • Loading branch information
otan authored Aug 5, 2020
2 parents 630af18 + b1947cd commit ae47b5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/acceptance/adapter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ func TestDockerJava(t *testing.T) {
}

func TestDockerElixir(t *testing.T) {
t.Skip("Elixir requires network to run, which can flake. When attempting to update this (#52341), the new Elixir version does not work with CRDB/TLS.")

s := log.Scope(t)
defer s.Close(t)

Expand Down

0 comments on commit ae47b5e

Please sign in to comment.