mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#156821)
This commit is contained in:
parent
c4a4c6037c
commit
646e7f78d4
1 changed files with 2 additions and 1 deletions
|
@ -433,7 +433,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
expect(isFieldErrorMessageExists).to.be(false);
|
||||
});
|
||||
|
||||
describe('interval errors', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/156821
|
||||
describe.skip('interval errors', () => {
|
||||
before(async () => {
|
||||
// to trigger displaying of error messages
|
||||
await testSubjects.clickWhenNotDisabledWithoutRetry('visualizeEditorRenderButton');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue