Skip to content

Commit

Permalink
Unskipping test
Browse files Browse the repository at this point in the history
  • Loading branch information
ymao1 committed Sep 8, 2021
1 parent de7903d commit e18bfce
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ export default function createGetTests({ getService }: FtrProviderContext) {
const supertest = getService('supertest');
const supertestWithoutAuth = getService('supertestWithoutAuth');

// FLAKY https://github.com/elastic/kibana/issues/111496
describe.skip('get', () => {
describe('get', () => {
const objectRemover = new ObjectRemover(supertest);

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

0 comments on commit e18bfce

Please sign in to comment.