mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#213646)
This commit is contained in:
parent
0a1f9e9189
commit
6f4cb57a91
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue