skip flaky suite (#133800)

This commit is contained in:
Tiago Costa 2022-07-15 12:20:31 +01:00
parent 93dcb5f0ef
commit d5a66ac763
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -13,7 +13,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const ebtUIHelper = getService('kibana_ebt_ui');
const { common } = getPageObjects(['common']);
describe('General "click"', () => {
// FLAKY: https://github.com/elastic/kibana/issues/133800
describe.skip('General "click"', () => {
beforeEach(async () => {
await common.navigateToApp('home');
// Just clicking the top-nav-button and expecting it's still there... we're just testing the click event generation