Don't run tests for lucene

This commit is contained in:
Adria Navarro 2024-10-25 17:01:25 +02:00
parent 00eedbf726
commit a01c5ed654
1 changed files with 249 additions and 246 deletions

View File

@ -940,6 +940,7 @@ describe.each([
})
})
!isLucene &&
describe("relations to same table", () => {
let relatedRows: Row[]
@ -1140,6 +1141,7 @@ describe.each([
expect(rows).toHaveLength(1)
})
!isLucene &&
describe("relations to same table", () => {
let relatedRows: Row[]
@ -1543,6 +1545,7 @@ describe.each([
expect(res.length).toEqual(2)
})
!isLucene &&
describe("relations to same table", () => {
let relatedRows: Row[]