skip flaky suite (#163207)

This commit is contained in:
Tiago Costa 2023-10-11 18:37:10 +01:00
parent ab8e65d440
commit c17f5787ef
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -56,7 +56,8 @@ export default function ({
await browser.setWindowSize(1300, 900);
});
describe('default URL params', () => {
// FLAKY: https://github.com/elastic/kibana/issues/163207
describe.skip('default URL params', () => {
it('hides the chrome', async () => {
const globalNavShown = await globalNav.exists();
expect(globalNavShown).to.be(true);