mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#124663)
This commit is contained in:
parent
6820dde595
commit
07f34c6f3a
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('validation', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/124663
|
||||
describe.skip('validation', function () {
|
||||
it('can display errors', async function () {
|
||||
await PageObjects.settings.clickAddNewIndexPatternButton();
|
||||
await PageObjects.settings.setIndexPatternField('log-fake*');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue