Don't run for lucene views
This commit is contained in:
parent
4b83d6b00b
commit
0d64e03c9f
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue