mirror of https://github.com/hashicorp/consul
Backport of skip flaky test into release/1.16.x (#18953)
backport of commit bdc039ef82
Co-authored-by: Ronald Ekambi <ronekambi@gmail.com>
backport/test_skip_ci/usually-glowing-fowl
parent
f7a3d0deaf
commit
cf406164ef
|
@ -273,6 +273,8 @@ func (m *mockRaceClient) FetchTelemetryConfig(ctx context.Context) (*client.Tele
|
|||
}
|
||||
|
||||
func TestTelemetryConfigProvider_Race(t *testing.T) {
|
||||
//todo(achooo): address flaky test
|
||||
t.Skip("TODO(flaky): This test fails often in the CI")
|
||||
ctx, cancel := context.WithCancel(context.Background())
|
||||
defer cancel()
|
||||
|
||||
|
|
Loading…
Reference in New Issue