Skip to content

Commit

Permalink
chore: exclude pkger_test.go from linting
Browse files Browse the repository at this point in the history
  • Loading branch information
danxmoran committed Nov 18, 2020
1 parent e73f85e commit af977e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/influxd/launcher/pkger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import (
var ctx = context.Background()

func TestLauncher_Pkger(t *testing.T) {
//lint:file-ignore U1000 Ignore all unused code, it's actually used by the skipped test.
t.Skip("FLAKY TEST: See issue #20014 for tracking a fix")

l := RunTestLauncherOrFail(t, ctx, nil, "--log-level", "error")
Expand Down

0 comments on commit af977e7

Please sign in to comment.