Skip to content

Commit

Permalink
skip flaky suite (#163207)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 11, 2023
1 parent f11b6f9 commit abc0d8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/dashboard/group5/embed_mode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit abc0d8d

Please sign in to comment.