Skip to content

Commit

Permalink
acceptance: skip TestDocker* flaky tests
Browse files Browse the repository at this point in the history
These tests all flake with the same failure.

Informs #58955.

Release note: None
  • Loading branch information
RaduBerinde committed Jan 19, 2021
1 parent 731d083 commit ce74986
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/acceptance/adapter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func TestDockerCSharp(t *testing.T) {
}

func TestDockerJava(t *testing.T) {
skip.WithIssue(t, 58955, "flaky test")
s := log.Scope(t)
defer s.Close(t)

Expand All @@ -69,6 +70,7 @@ func TestDockerElixir(t *testing.T) {
}

func TestDockerNodeJS(t *testing.T) {
skip.WithIssue(t, 58955, "flaky test")
s := log.Scope(t)
defer s.Close(t)

Expand Down Expand Up @@ -97,6 +99,7 @@ func TestDockerPHP(t *testing.T) {
}

func TestDockerPSQL(t *testing.T) {
skip.WithIssue(t, 58955, "flaky test")
s := log.Scope(t)
defer s.Close(t)

Expand Down

0 comments on commit ce74986

Please sign in to comment.