mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#92522)
This commit is contained in:
parent
2ac6fc7ee2
commit
32a691f440
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const dashboardPanelActions = getService('dashboardPanelActions');
|
||||
const PageObjects = getPageObjects(['common', 'dashboard', 'header', 'visualize', 'timePicker']);
|
||||
|
||||
describe('dashboard filtering', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/92522
|
||||
describe.skip('dashboard filtering', function () {
|
||||
this.tags('includeFirefox');
|
||||
|
||||
const populateDashboard = async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue