Skip to content

Commit

Permalink
disable docker_stats lifecycle for receivers test (#7056)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmfitzpatrick authored Jan 5, 2022
1 parent d6da655 commit 03c0a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/components/receivers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func TestDefaultReceivers(t *testing.T) {
},
{
receiver: "docker_stats",
skipLifecyle: runtime.GOOS == "windows", // Unable to start docker client on windows
skipLifecyle: true,
},
{
receiver: "dotnet_diagnostics",
Expand Down

0 comments on commit 03c0a59

Please sign in to comment.