From 3ea64c182b154d97ff9b5133eed402bfae5693aa Mon Sep 17 00:00:00 2001 From: Antoine Toulme Date: Mon, 25 Mar 2024 23:26:53 -0700 Subject: [PATCH] Reenable upstat test --- tests/receivers/smartagent/collectd-custom/custom_upstat_test.go | 1 - 1 file changed, 1 deletion(-) 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)