Skip to content

Commit 4737d7a

Browse files
committed
try removing mssql image override
1 parent 6b77b4f commit 4737d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Serilog.Ui.MsSqlServerProvider.Tests/Util/MsSqlServerTestProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ protected MsSqlServerTestProvider()
3232
.ForUnixContainer()
3333
.UntilCommandIsCompleted("/opt/mssql-tools18/bin/sqlcmd", "-C", "-Q", "SELECT 1;");
3434
Container = new MsSqlBuilder()
35-
.WithImage("mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-22.04")
35+
// .WithImage("mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-22.04")
3636
.WithWaitStrategy(waitStrategy)
3737
.Build();
3838
}

0 commit comments

Comments
 (0)