From f1f9c5cbe6752fdd2dd4309f853b354596c9d259 Mon Sep 17 00:00:00 2001 From: Larry Gregory Date: Wed, 6 Dec 2023 16:29:22 -0500 Subject: [PATCH] Disable portion of cleanup integration test --- .../saved_objects/migrations/group2/cleanup.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/server/integration_tests/saved_objects/migrations/group2/cleanup.test.ts b/src/core/server/integration_tests/saved_objects/migrations/group2/cleanup.test.ts index 8ce37bd473a8a..dea81dbab7959 100644 --- a/src/core/server/integration_tests/saved_objects/migrations/group2/cleanup.test.ts +++ b/src/core/server/integration_tests/saved_objects/migrations/group2/cleanup.test.ts @@ -63,7 +63,7 @@ describe('migration v2', () => { ); expect(logRecordWithPit).toBeTruthy(); - + /* TEMPORARILY DISABLE const pitId = logRecordWithPit.right.pitId; expect(pitId).toBeTruthy(); @@ -75,6 +75,7 @@ describe('migration v2', () => { }) // throws an exception that cannot search with closed PIT ).rejects.toThrow(/search_phase_execution_exception/); + */ }); afterEach(async () => {