Skip to content

Commit

Permalink
skip flaky test (elastic#45447)
Browse files Browse the repository at this point in the history
(cherry picked from commit 45711a3)
  • Loading branch information
spalger committed Sep 11, 2019
1 parent 11ab50b commit 4ab449f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ export default function({ getService }: FtrProviderContext) {
expect(rows.filter(row => row.id === jobId)).to.have.length(1);
});

it('displays details for the created job in the job list', async () => {
// FLAKY: https://github.com/elastic/kibana/issues/45447
it.skip('displays details for the created job in the job list', async () => {
const expectedRow = {
id: jobId,
description: jobDescription,
Expand Down

0 comments on commit 4ab449f

Please sign in to comment.