unskip Failing test: Plugin Functional Tests.test/plugin_functional/test_suites/panel_actions/index·ts (#211638)

Closes https://github.com/elastic/kibana/issues/197475

flaky test runner
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7899

Test failed because of CI environment problems with errors like "timed
out waiting for Visualize app to be loaded".

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Nathan Reese 2025-02-19 12:16:41 -07:00 committed by GitHub
parent ac63ee90b1
commit c22987555b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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