Disable mssql test
This commit is contained in:
parent
5be8882122
commit
0f1c8eb788
|
@ -1437,6 +1437,9 @@ describe.each([
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// MSSQL needs a setting called IDENTITY_INSERT to be set to ON to allow writing
|
||||||
|
// to identity columns. This is not something Budibase does currently.
|
||||||
|
providerType !== DatabaseName.SQL_SERVER &&
|
||||||
it("should handle filtering by composite primary keys", async () => {
|
it("should handle filtering by composite primary keys", async () => {
|
||||||
const tableRequest = saveTableRequest({
|
const tableRequest = saveTableRequest({
|
||||||
primary: ["number", "string"],
|
primary: ["number", "string"],
|
||||||
|
|
Loading…
Reference in New Issue