Skip to content

Commit

Permalink
skip failing test suite (#155166)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Apr 27, 2023
1 parent f657db7 commit 63bccda
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const browser = getService('browser');
const { common } = getPageObjects(['common']);

describe('Event "viewport_resize"', () => {
// Failing: See https://github.com/elastic/kibana/issues/155166
describe.skip('Event "viewport_resize"', () => {
beforeEach(async () => {
// Navigating to `home` with the Welcome prompt because some runs were flaky
// as we handle the Welcome screen only if the login prompt pops up.
Expand Down

0 comments on commit 63bccda

Please sign in to comment.