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 885f538 commit f4e3078
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 f4e3078

Please sign in to comment.