Disable mssql test

This commit is contained in:
Adria Navarro 2024-07-08 21:22:03 +02:00
parent 5be8882122
commit 0f1c8eb788
1 changed files with 37 additions and 34 deletions

View File

@ -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 () => {
const tableRequest = saveTableRequest({
primary: ["number", "string"],