Skip to content

Commit

Permalink
skip flaky test (#45450)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 11, 2019
1 parent 45711a3 commit c0dd0ca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,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/45450
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 c0dd0ca

Please sign in to comment.