Correcting test cases.

This commit is contained in:
mike12345567 2024-09-03 18:40:20 +01:00
parent b29a4e2b37
commit 2a24a3dda6
1 changed files with 108 additions and 103 deletions

View File

@ -2126,6 +2126,11 @@ describe.each([
})
})
// This will never work for Lucene.
!isLucene &&
// It also can't work for in-memory searching because the related table name
// isn't available.
!isInMemory &&
describe("relations", () => {
let productCategoryTable: Table, productCatRows: Row[]
@ -2605,7 +2610,7 @@ describe.each([
})
})
// !isInMemory &&
!isInMemory &&
describe("search by _id", () => {
let row: Row