skip failing test suite (#218297)

This commit is contained in:
Kibana Machine 2025-04-15 18:28:56 +02:00
parent 34df5e3328
commit 1575f51019

View file

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