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