mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
disable flaky test #49088
This commit is contained in:
parent
123126c27c
commit
0b70c19a1a
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const PageObjects = getPageObjects(['common', 'visualize']);
|
||||
let isOss = true;
|
||||
|
||||
describe('chart types', function() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/49088
|
||||
describe.skip('chart types', function() {
|
||||
before(async function() {
|
||||
log.debug('navigateToApp visualize');
|
||||
isOss = await PageObjects.common.isOss();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue