Skip to content

Commit

Permalink
[Upgrade Assistant] Skip reindexing api integration tests (#122772)
Browse files Browse the repository at this point in the history
* Skip tests

* commit using @elastic.co
  • Loading branch information
sabarasaba authored Jan 13, 2022
1 parent 8aa3660 commit 617c0b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function ({ getService }) {
return lastState;
};

describe('reindexing', () => {
describe.skip('reindexing', () => {
afterEach(() => {
// Cleanup saved objects
return es.deleteByQuery({
Expand Down

0 comments on commit 617c0b4

Please sign in to comment.