Skip to content

Commit

Permalink
test: switch internet speed to enable file download (#11146)
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj authored and MyaLongmire committed Jul 6, 2022
1 parent 8a515c2 commit 4f2b1b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/inputs/internet_speed/internet_speed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func TestGathering(t *testing.T) {
t.Skip("Skipping network-dependent test in short mode.")
}
internetSpeed := &InternetSpeed{
EnableFileDownload: false,
EnableFileDownload: true,
Log: testutil.Logger{},
}

Expand All @@ -26,7 +26,7 @@ func TestDataGen(t *testing.T) {
t.Skip("Skipping network-dependent test in short mode.")
}
internetSpeed := &InternetSpeed{
EnableFileDownload: false,
EnableFileDownload: true,
Log: testutil.Logger{},
}

Expand Down

0 comments on commit 4f2b1b4

Please sign in to comment.