fix(orchestrator): save checkpoint before async step (#12138)

This commit is contained in:
Carlos R. L. Rodrigues
2025-04-10 12:36:36 -03:00
committed by GitHub
parent 07252691c5
commit 31abba8cde
9 changed files with 33 additions and 31 deletions

View File

@@ -97,7 +97,7 @@ medusaIntegrationTestRunner({
process.env.ENABLE_INDEX_MODULE = "false"
})
describe("Index engine - Query.index", () => {
describe.skip("Index engine - Query.index", () => {
beforeEach(async () => {
await createAdminUser(dbConnection, adminHeaders, appContainer)
})

View File

@@ -30,7 +30,7 @@ medusaIntegrationTestRunner({
await createAdminUser(dbConnection, adminHeaders, appContainer)
})
describe("Index engine", () => {
describe.skip("Index engine", () => {
it("should search through the indexed data and return the correct results ordered and filtered [1]", async () => {
const shippingProfile = (
await api.post(