mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip png screenshot comparison tests, they will fail on certain jenkins agents (#25028)
This commit is contained in:
parent
bdb8dfeeb2
commit
d92cbea5b4
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ export default function ({ getService, getPageObjects }) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('Preserve Layout', () => {
|
||||
describe.skip('Preserve Layout', () => {
|
||||
it('matches baseline report', async function () {
|
||||
|
||||
// Generating and then comparing reports can take longer than the default 60s timeout because the comparePngs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue