Skip to content

Commit

Permalink
Merge #58706
Browse files Browse the repository at this point in the history
58706: acceptance: skip TestDockerCSharp r=adityamaru a=nkodali

Refs: #58218

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None

Co-authored-by: Namrata Kodali <[email protected]>
  • Loading branch information
craig[bot] and nkodali committed Jan 11, 2021
2 parents 8e4cd76 + a1c25d9 commit f0b5774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/acceptance/adapter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func TestDockerC(t *testing.T) {
}

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

Expand Down

0 comments on commit f0b5774

Please sign in to comment.