Skip to content

Commit

Permalink
skip failing test suite (#150772)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Apr 4, 2023
1 parent c021144 commit 5537414
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import { FtrProviderContext } from '../../../../common/ftr_provider_context';
export default function createAggregateTests({ getService }: FtrProviderContext) {
const supertest = getService('supertest');

describe('aggregate', () => {
// Failing: See https://github.com/elastic/kibana/issues/150772
describe.skip('aggregate', () => {
const objectRemover = new ObjectRemover(supertest);

afterEach(() => objectRemover.removeAll());
Expand Down

0 comments on commit 5537414

Please sign in to comment.