mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#155166)
This commit is contained in:
parent
1a39471214
commit
9b80399353
1 changed files with 1 additions and 0 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue