Skip to content

Commit

Permalink
disable flaky suite (#40912)
Browse files Browse the repository at this point in the history
(cherry picked from commit 90db0b8)
  • Loading branch information
spalger committed Nov 22, 2019
1 parent c50dd54 commit 3274673
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/visualize/_visualize_listing.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import expect from '@kbn/expect';
export default function ({ getPageObjects }) {
const PageObjects = getPageObjects(['visualize', 'header', 'common']);

describe('visualize listing page', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/40912
describe.skip('visualize listing page', function describeIndexTests() {
const vizName = 'Visualize Listing Test';

describe('create and delete', function () {
Expand Down

0 comments on commit 3274673

Please sign in to comment.