mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#197475)
This commit is contained in:
parent
12801ca9d4
commit
35195651bc
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue