Don't run for mssql and oracle
This commit is contained in:
parent
3186179f0e
commit
266ae96a80
|
@ -2554,6 +2554,8 @@ describe.each([
|
|||
tableId = table._id!
|
||||
})
|
||||
|
||||
!isMSSQL &&
|
||||
!isOracle &&
|
||||
it.each([
|
||||
["get row", (row: Row) => config.api.row.get(tableId, row._id!)],
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue