Skip to content

Commit

Permalink
skip flaky suite (#174066)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 16, 2024
1 parent 7a46a2b commit d9d3452
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});

describe('edit index pattern', () => {
// FLAKY: https://github.com/elastic/kibana/issues/174066
describe.skip('edit index pattern', () => {
it('on edit click', async () => {
await PageObjects.settings.editIndexPattern('logstash-*', '@timestamp', 'Logstash Star');

Expand Down

0 comments on commit d9d3452

Please sign in to comment.