Adding back missing comments.

This commit is contained in:
mike12345567 2024-06-24 11:53:02 +01:00
parent fcf67f7297
commit 05ea231d20
1 changed files with 3 additions and 1 deletions

View File

@ -1950,8 +1950,10 @@ describe.each([
}) })
}) })
// This will never work for Lucene.
!isLucene && !isLucene &&
!isInMemory && // It also can't work for in-memory searching because the related table name
// isn't available.
describe("relations", () => { describe("relations", () => {
let productCategoryTable: Table, productCatRows: Row[] let productCategoryTable: Table, productCatRows: Row[]