Skip to content

Commit

Permalink
skip failing test suite (#165476)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 1, 2023
1 parent b5d6799 commit 014e697
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export default function ({ getService }: FtrProviderContext) {
const supertest = getService('supertest');
const esArchiver = getService('esArchiver');

describe('rollup data views - fields for wildcard', function () {
// Failing: See https://github.com/elastic/kibana/issues/165476
describe.skip('rollup data views - fields for wildcard', function () {
before(async () => {
await esArchiver.load('test/api_integration/fixtures/es_archiver/index_patterns/basic_index');
});
Expand Down

0 comments on commit 014e697

Please sign in to comment.