Correcting test cases.
This commit is contained in:
parent
b29a4e2b37
commit
2a24a3dda6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue