Run only for external
This commit is contained in:
parent
2e23a0e4ce
commit
940a080e18
|
@ -2693,6 +2693,7 @@ describe.each([
|
|||
})
|
||||
})
|
||||
|
||||
!isInternal &&
|
||||
describe("$and", () => {
|
||||
beforeAll(async () => {
|
||||
table = await createTable({
|
||||
|
@ -2766,6 +2767,7 @@ describe.each([
|
|||
})
|
||||
})
|
||||
|
||||
!isInternal &&
|
||||
describe("$or", () => {
|
||||
beforeAll(async () => {
|
||||
table = await createTable({
|
||||
|
|
Loading…
Reference in New Issue