mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
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:
parent
ac63ee90b1
commit
c22987555b
1 changed files with 1 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue