Skip to content

Commit

Permalink
Merge branch 'master' into remove-legacy-client
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Jul 20, 2021
2 parents 47df34d + 591c119 commit dde3807
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/visualize/_metric_chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit dde3807

Please sign in to comment.