skip flaky suite (#168648)

This commit is contained in:
Tiago Costa 2023-10-11 19:49:46 +01:00
parent 9ecbe8dc94
commit 76cd287364
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -91,7 +91,8 @@ export default function ({
});
});
describe('non-default URL params', () => {
// FLAKY: https://github.com/elastic/kibana/issues/168648
describe.skip('non-default URL params', () => {
it('shows or hides elements based on URL params', async () => {
const currentUrl = await browser.getCurrentUrl();
const newUrl = [currentUrl].concat(urlParamExtensions).join('&');