Skip to content

Commit

Permalink
skip flaky suite. #128558
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Mar 27, 2022
1 parent 805d7cf commit 48783a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/management/_index_pattern_filter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['settings']);
const esArchiver = getService('esArchiver');

describe('index pattern filter', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/128558
describe.skip('index pattern filter', function describeIndexTests() {
before(async function () {
await esArchiver.emptyKibanaIndex();
await kibanaServer.uiSettings.replace({});
Expand Down

0 comments on commit 48783a0

Please sign in to comment.