diff --git a/tests/receivers/smartagent/collectd-custom/custom_upstat_test.go b/tests/receivers/smartagent/collectd-custom/custom_upstat_test.go index 3603b20040..1aac0a8910 100644 --- a/tests/receivers/smartagent/collectd-custom/custom_upstat_test.go +++ b/tests/receivers/smartagent/collectd-custom/custom_upstat_test.go @@ -32,7 +32,6 @@ import ( ) func TestCustomUpstatIntegration(t *testing.T) { - t.Skip("Issues with test-containers networking, need to wait for -contrib to update the docker api version for us to update testcontainers-go locally") core, observed := observer.New(zap.DebugLevel) path, err := filepath.Abs(path.Join(".", "testdata", "upstat")) require.NoError(t, err)