Skip to content

Commit

Permalink
skip flaky suite (elastic#200888)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CAWilson94 committed Dec 12, 2024
1 parent 13c5faf commit 95f6c92
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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];
};
Expand Down

0 comments on commit 95f6c92

Please sign in to comment.