Skip to content

Commit

Permalink
skip flaky suite (#71979)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7787d1e)
  • Loading branch information
spalger committed Jul 15, 2020
1 parent b1e7bc7 commit 8566491
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/visualize/_tsvb_chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const security = getService('security');
const PageObjects = getPageObjects(['visualize', 'visualBuilder', 'timePicker', 'visChart']);

describe('visual builder', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/71979
describe.skip('visual builder', function describeIndexTests() {
this.tags('includeFirefox');
beforeEach(async () => {
await security.testUser.setRoles([
Expand Down

0 comments on commit 8566491

Please sign in to comment.