Skip to content

Commit

Permalink
skip flaky suite (#106121)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 19, 2021
1 parent 879b1a4 commit 591c119
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 591c119

Please sign in to comment.