Skip to content

Commit

Permalink
skip failing test suite (elastic#191880)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 17, 2024
1 parent 911db9a commit ac07c21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/dashboard/group2/multiple_data_views.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
'home',
]);

describe('dashboard multiple data views', () => {
// Failing: See https://github.com/elastic/kibana/issues/191880
describe.skip('dashboard multiple data views', () => {
before(async () => {
await kibanaServer.uiSettings.update({ 'courier:ignoreFilterIfFieldNotInIndex': true });
await common.navigateToApp('home');
Expand Down

0 comments on commit ac07c21

Please sign in to comment.