skip failing test suite (#155166)

This commit is contained in:
Kibana Machine 2023-04-27 16:39:48 -04:00
parent 1a39471214
commit 9b80399353

View file

@ -14,6 +14,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const browser = getService('browser');
const { common } = getPageObjects(['common']);
// Failing: See https://github.com/elastic/kibana/issues/155166
// Failing: See https://github.com/elastic/kibana/issues/155166
describe.skip('Event "viewport_resize"', () => {
beforeEach(async () => {