mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#189056)
This commit is contained in:
parent
85a90a71e4
commit
c325e3caf2
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
).to.eql(expectedData);
|
||||
}
|
||||
|
||||
describe('lens with multiple data views', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/189056
|
||||
describe.skip('lens with multiple data views', () => {
|
||||
const visTitle = 'xyChart with multiple data views';
|
||||
|
||||
before(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue