skip flaky test (#45447)

This commit is contained in:
spalger 2019-09-11 14:20:54 -07:00
parent 93e6041ac8
commit 45711a3005

View file

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