mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#106121)
This commit is contained in:
parent
879b1a40dc
commit
591c11988d
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const inspector = getService('inspector');
|
||||
const PageObjects = getPageObjects(['visualize', 'visEditor', 'visChart', 'timePicker']);
|
||||
|
||||
describe('metric chart', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/106121
|
||||
describe.skip('metric chart', function () {
|
||||
before(async function () {
|
||||
await PageObjects.visualize.initTests();
|
||||
log.debug('navigateToApp visualize');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue