mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#174066)
This commit is contained in:
parent
35335440c7
commit
691cb6ce26
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue