From bc2f8e1bd51001719a4b6a96ae8a8b2d9850a18b Mon Sep 17 00:00:00 2001 From: Ivar Derksen Date: Fri, 28 Feb 2025 10:20:34 +0100 Subject: [PATCH] Test: put in place workaround for negative serial issue in sqlserver --- internal/sessiontest/revocation_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/sessiontest/revocation_test.go b/internal/sessiontest/revocation_test.go index e96115bf..265fdf19 100644 --- a/internal/sessiontest/revocation_test.go +++ b/internal/sessiontest/revocation_test.go @@ -1,5 +1,7 @@ //go:build !local_tests // +build !local_tests +// Workaround debug directive for https://github.com/microsoft/mssql-docker/issues/895 +//go:debug x509negativeserial=1 package sessiontest