Skip to content

Commit

Permalink
unskip Failing test: Plugin Functional Tests.test/plugin_functional/t…
Browse files Browse the repository at this point in the history
…est_suites/panel_actions/index·ts (elastic#211638)

Closes elastic#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 <[email protected]>
  • Loading branch information
nreese and elasticmachine authored Feb 19, 2025
1 parent ac63ee9 commit c229875
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/plugin_functional/test_suites/panel_actions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit c229875

Please sign in to comment.