mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
a7f5062741
commit
95bf9c832a
1 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,9 @@ export default function({ getPageObjects }: FtrProviderContext) {
|
|||
});
|
||||
}
|
||||
|
||||
describe('visual builder', function describeIndexTests() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/45323
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/45330
|
||||
describe.skip('visual builder', function describeIndexTests() {
|
||||
describe('markdown', () => {
|
||||
before(async () => {
|
||||
await visualBuilder.resetPage();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue