Adding back SQS - wasn't causing a problem.

This commit is contained in:
mike12345567 2024-06-20 16:05:03 +01:00
parent b6b05e08b1
commit 66ef0cb79a
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ import { db, roles } from "@budibase/backend-core"
describe.each([
["lucene", undefined],
["sqs", undefined],
[DatabaseName.POSTGRES, getDatasource(DatabaseName.POSTGRES)],
[DatabaseName.MYSQL, getDatasource(DatabaseName.MYSQL)],
[DatabaseName.SQL_SERVER, getDatasource(DatabaseName.SQL_SERVER)],