Skip to content

Commit

Permalink
skip flaky suite (#126870)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 14, 2022
1 parent acba067 commit 4f02940
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/ml/filters/get_filters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export default ({ getService }: FtrProviderContext) => {
},
];

describe('get_filters', function () {
// FLAKY: https://github.com/elastic/kibana/issues/126870
describe.skip('get_filters', function () {
before(async () => {
await ml.testResources.setKibanaTimeZoneToUTC();
for (const filter of validFilters) {
Expand Down

0 comments on commit 4f02940

Please sign in to comment.