mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#168648)
This commit is contained in:
parent
9ecbe8dc94
commit
76cd287364
1 changed files with 2 additions and 1 deletions
|
@ -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('&');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue