Skip to content

Commit

Permalink
skip failing test suite (elastic#189056)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jul 24, 2024
1 parent a8bfbb3 commit fac8638
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit fac8638

Please sign in to comment.