skip flaky test (#45450)

This commit is contained in:
spalger 2019-09-11 14:21:33 -07:00
parent 45711a3005
commit c0dd0ca7d3

View file

@ -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,