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