Skip to content

Commit

Permalink
workloadccl: skip flaky TestImportFixtures
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
knz committed May 31, 2022
1 parent 7f67f7c commit b3e9ea1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/ccl/workloadccl/fixture_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ func TestFixture(t *testing.T) {

func TestImportFixture(t *testing.T) {
defer leaktest.AfterTest(t)()

skip.WithIssue(t, 81082, "flaky")

ctx := context.Background()

defer func(oldRefreshInterval, oldAsOf time.Duration) {
Expand Down

0 comments on commit b3e9ea1

Please sign in to comment.