Skip to content

Commit

Permalink
skip failing forward es compatibility suite (#157038)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 8, 2023
1 parent 75a1d0a commit fe1148b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ export default function ({
});
});

describe('PNG Layout', () => {
// FAILING FORWARD ES COMPATIBILITY: https://github.com/elastic/kibana/issues/157038
describe.skip('PNG Layout', () => {
before(async () => {
await loadEcommerce();
});
Expand Down

0 comments on commit fe1148b

Please sign in to comment.