1
0
Fork 0
mirror of synced 2024-10-04 20:13:35 +13:00

Don't run for lucene views

This commit is contained in:
Adria Navarro 2024-10-02 14:10:29 +02:00
parent 4b83d6b00b
commit 0d64e03c9f

View file

@ -178,7 +178,8 @@ describe.each([
}, },
], ],
])("from %s", (tableOrView, createSource) => { ])("from %s", (tableOrView, createSource) => {
if (isInMemory && tableOrView === "view") { if (tableOrView === "view" && isLucene) {
// Some tests don't have the expected result in views via lucene, and given that it is getting deprecated, we exclude them from the tests
return return
} }