mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Skip flaky dashboard panel tests (#15430)
This commit is contained in:
parent
852fa9c6a9
commit
fa28e7554c
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ export default function ({ getService, getPageObjects }) {
|
|||
await dashboardExpect.pieSliceCount(0);
|
||||
});
|
||||
|
||||
describe('filters', async function () {
|
||||
describe.skip('filters', async function () {
|
||||
before(async () => {
|
||||
await PageObjects.dashboard.gotoDashboardLandingPage();
|
||||
await PageObjects.dashboard.clickNewDashboard();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue