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 May 19, 2022
1 parent a2d1426 commit 57f5c1c
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 57f5c1c

Please sign in to comment.