Skip to content

Commit

Permalink
skip flaky suite (#46305)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5b67cd5)
  • Loading branch information
spalger committed Sep 21, 2019
1 parent d94038a commit cebb9f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/dashboard/embeddable_rendering.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ export default function ({ getService, getPageObjects }) {
await dashboardExpect.vegaTextsDoNotExist(['5,000']);
};

describe('dashboard embeddable rendering', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/46305
describe.skip('dashboard embeddable rendering', function describeIndexTests() {
before(async () => {
await PageObjects.dashboard.clickNewDashboard();

Expand Down

0 comments on commit cebb9f4

Please sign in to comment.