mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
dd41f81d79
commit
eb719c8204
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
const retry = getService('retry');
|
||||
const browser = getService('browser');
|
||||
|
||||
describe('vega chart in visualize app', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/75699
|
||||
describe.skip('vega chart in visualize app', () => {
|
||||
before(async () => {
|
||||
log.debug('navigateToApp visualize');
|
||||
await PageObjects.visualize.navigateToNewVisualization();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue