Skip to content

Commit

Permalink
Disable portion of cleanup integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed Dec 6, 2023
1 parent 728c7d8 commit f1f9c5c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('migration v2', () => {
);

expect(logRecordWithPit).toBeTruthy();

/* TEMPORARILY DISABLE
const pitId = logRecordWithPit.right.pitId;
expect(pitId).toBeTruthy();
Expand All @@ -75,6 +75,7 @@ describe('migration v2', () => {
})
// throws an exception that cannot search with closed PIT
).rejects.toThrow(/search_phase_execution_exception/);
*/
});

afterEach(async () => {
Expand Down

0 comments on commit f1f9c5c

Please sign in to comment.