mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#200888)
This commit is contained in:
parent
0381bfdf18
commit
c224d060a9
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ import moment from 'moment';
|
|||
import { METRIC_TYPE_VALUES, MetricTypes } from '../../../common/rest_types';
|
||||
import { getDataUsageMetricsFiltersFromUrlParams } from './use_charts_url_params';
|
||||
|
||||
describe('#getDataUsageMetricsFiltersFromUrlParams', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/200888
|
||||
describe.skip('#getDataUsageMetricsFiltersFromUrlParams', () => {
|
||||
const getMetricTypesAsArray = (): MetricTypes[] => {
|
||||
return [...METRIC_TYPE_VALUES];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue