diff --git a/config_internal_test.go b/config_internal_test.go index 3d1f0b7..b37e982 100644 --- a/config_internal_test.go +++ b/config_internal_test.go @@ -34,7 +34,8 @@ func TestUpstreamConfig_SetupBootstrapIP(t *testing.T) { for _, tc := range tests { tc := tc t.Run(tc.name, func(t *testing.T) { - t.Parallel() + // Enable parallel tests once https://github.com/microsoft/wmi/issues/165 fixed. + // t.Parallel() tc.uc.Init() tc.uc.SetupBootstrapIP() if len(tc.uc.bootstrapIPs) == 0 {