Skip to content

Commit

Permalink
skip flaky suite (#75699)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6dbc2f7fd150052c468c1eec99475f04f250bc97)
  • Loading branch information
spalger committed Aug 24, 2020
1 parent dd41f81 commit eb719c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/visualize/_vega_chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const retry = getService('retry');
const browser = getService('browser');

describe('vega chart in visualize app', () => {
// FLAKY: https://github.com/elastic/kibana/issues/75699
describe.skip('vega chart in visualize app', () => {
before(async () => {
log.debug('navigateToApp visualize');
await PageObjects.visualize.navigateToNewVisualization();
Expand Down

0 comments on commit eb719c8

Please sign in to comment.