mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky test (#45447)
This commit is contained in:
parent
93e6041ac8
commit
45711a3005
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue