skip failing test suite (#197475)

This commit is contained in:
Kibana Machine 2024-11-21 11:46:06 +11:00
parent 12801ca9d4
commit 35195651bc

View file

@ -19,7 +19,8 @@ export default function ({
const kibanaServer = getService('kibanaServer');
const { common, dashboard } = getPageObjects(['common', 'dashboard']);
describe('pluggable panel actions', function () {
// Failing: See https://github.com/elastic/kibana/issues/197475
describe.skip('pluggable panel actions', function () {
before(async () => {
await browser.setWindowSize(1300, 900);
await kibanaServer.savedObjects.cleanStandardList();