Skip to content

Commit dd6bfbb

Browse files
committed
Comment out SQL Server image configuration in component test infrastructure.
1 parent 1418949 commit dd6bfbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/component/Elsa.Workflows.ComponentTests/Helpers/Fixtures/Infrastructure.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class Infrastructure : IAsyncLifetime
99
//public readonly PostgreSqlContainer DbContainer = new PostgreSqlBuilder().Build();
1010

1111
public readonly MsSqlContainer DbContainer = new MsSqlBuilder()
12-
.WithImage("mcr.microsoft.com/mssql/server:2022-CU13-ubuntu-22.04")
12+
//.WithImage("mcr.microsoft.com/mssql/server:2025-GA-ubuntu")
1313
.Build();
1414

1515
public readonly RabbitMqContainer RabbitMqContainer = new RabbitMqBuilder()

0 commit comments

Comments
 (0)