mirror of
https://github.com/status-im/consul.git
synced 2025-02-16 15:47:21 +00:00
skip flaky test (#18949)
This commit is contained in:
parent
f87ae3636c
commit
276c60a947
@ -317,6 +317,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…
x
Reference in New Issue
Block a user