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