skip flaky test. #111496

This commit is contained in:
Jonathan Budzenski 2021-09-08 09:30:53 -05:00
parent d717521ad0
commit 55b0d535ff

View file

@ -21,7 +21,8 @@ export default function createGetTests({ getService }: FtrProviderContext) {
const supertest = getService('supertest');
const supertestWithoutAuth = getService('supertestWithoutAuth');
describe('get', () => {
// FLAKY https://github.com/elastic/kibana/issues/111496
describe.skip('get', () => {
const objectRemover = new ObjectRemover(supertest);
afterEach(() => objectRemover.removeAll());