@@ -161,7 +161,7 @@ describe('StatisticsPage', () => {
161
161
} )
162
162
} )
163
163
164
- it ( 'should call proper telemetry event when refresh is clicked for data streams section' , ( ) => {
164
+ xit ( 'should call proper telemetry event when refresh is clicked for data streams section' , ( ) => {
165
165
render ( < StatisticsPage /> )
166
166
167
167
fireEvent . click ( screen . getByTestId ( 'data-streams-refresh-btn' ) )
@@ -175,7 +175,7 @@ describe('StatisticsPage', () => {
175
175
} )
176
176
} )
177
177
178
- it ( 'should call proper telemetry event when refresh is clicked for clients section' , ( ) => {
178
+ xit ( 'should call proper telemetry event when refresh is clicked for clients section' , ( ) => {
179
179
render ( < StatisticsPage /> )
180
180
181
181
fireEvent . click ( screen . getByTestId ( 'clients-refresh-btn' ) )
@@ -228,7 +228,7 @@ describe('StatisticsPage', () => {
228
228
} )
229
229
} )
230
230
231
- it ( 'should call proper telemetry event when auto refresh is enabled for data streams section' , async ( ) => {
231
+ xit ( 'should call proper telemetry event when auto refresh is enabled for data streams section' , async ( ) => {
232
232
render ( < StatisticsPage /> )
233
233
234
234
const testid = 'data-streams'
@@ -247,7 +247,7 @@ describe('StatisticsPage', () => {
247
247
} )
248
248
} )
249
249
250
- it ( 'should call proper telemetry event when auto refresh is disabled for data streams section' , async ( ) => {
250
+ xit ( 'should call proper telemetry event when auto refresh is disabled for data streams section' , async ( ) => {
251
251
render ( < StatisticsPage /> )
252
252
253
253
const testid = 'data-streams'
@@ -267,7 +267,7 @@ describe('StatisticsPage', () => {
267
267
} )
268
268
} )
269
269
270
- it ( 'should call proper telemetry event when auto refresh is enabled for clients section' , async ( ) => {
270
+ xit ( 'should call proper telemetry event when auto refresh is enabled for clients section' , async ( ) => {
271
271
render ( < StatisticsPage /> )
272
272
273
273
const testid = 'clients'
@@ -286,7 +286,7 @@ describe('StatisticsPage', () => {
286
286
} )
287
287
} )
288
288
289
- it ( 'should call proper telemetry event when auto refresh is disabled for clients section' , async ( ) => {
289
+ xit ( 'should call proper telemetry event when auto refresh is disabled for clients section' , async ( ) => {
290
290
render ( < StatisticsPage /> )
291
291
292
292
const testid = 'clients'
0 commit comments