Skip to content

Commit

Permalink
test: skip mssql/server:2017-latest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Thenkei committed Sep 19, 2024
1 parent 2645620 commit 4539205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/datasource-sql/test/_helpers/connection-details.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ export const POSTGRESQL_DETAILS: ConnectionDetails[] = [
}));

export const MSSQL_DETAILS: ConnectionDetails[] = [
[2017, 1417],
// Remove 2017 tests for now due to instable docker
// [2017, 1417],
[2022, 1422],
].map(([version, port]) => ({
name: `MS SQL Server ${version}`,
Expand Down

0 comments on commit 4539205

Please sign in to comment.