skip failing test suite (#155166)

This commit is contained in:
Kibana Machine 2023-04-27 11:56:21 -04:00
parent 99ee941d7a
commit 454418ba8e

View file

@ -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.