mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#133800)
This commit is contained in:
parent
93dcb5f0ef
commit
d5a66ac763
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue