We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b029d commit 91b43cfCopy full SHA for 91b43cf
test/functional/apps/console/_context_menu.ts
@@ -18,7 +18,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
18
const browser = getService('browser');
19
const toasts = getService('toasts');
20
21
- describe('console context menu', function testContextMenu() {
+ // Failing: See https://github.com/elastic/kibana/issues/143229
22
+ describe.skip('console context menu', function testContextMenu() {
23
before(async () => {
24
await PageObjects.common.navigateToApp('console');
25
// Ensure that the text area can be interacted with
0 commit comments