skip failing test suite (#213646)

This commit is contained in:
Kibana Machine 2025-04-10 22:12:02 +02:00
parent 0a1f9e9189
commit 6f4cb57a91

View file

@ -41,7 +41,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const retry = getService('retry');
const browser = getService('browser');
describe('vega chart in visualize app', () => {
// Failing: See https://github.com/elastic/kibana/issues/213646
describe.skip('vega chart in visualize app', () => {
before(async () => {
await PageObjects.visualize.initTests();
log.debug('navigateToApp visualize');