skip flaky suite (#155029)

This commit is contained in:
Tiago Costa 2023-05-08 17:12:22 +01:00
parent a1b961f916
commit ad7cec95db
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -16,7 +16,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const browser = getService('browser');
const toasts = getService('toasts');
describe('console context menu', function testContextMenu() {
// FLAKY: https://github.com/elastic/kibana/issues/155029
describe.skip('console context menu', function testContextMenu() {
before(async () => {
await PageObjects.common.navigateToApp('console');
// Ensure that the text area can be interacted with