mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
8c20028633
commit
be1a51bdd0
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const inspector = getService('inspector');
|
||||
const PageObjects = getPageObjects(['visualize', 'visualBuilder', 'timePicker']);
|
||||
|
||||
describe('visual builder', function describeIndexTests() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/45315
|
||||
describe.skip('visual builder', function describeIndexTests() {
|
||||
this.tags('smoke');
|
||||
beforeEach(async () => {
|
||||
await PageObjects.visualize.navigateToNewVisualization();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue