Skip to content

Commit 1539cda

Browse files
Fix integration tests for .NET 10
Apply workaround for breaking change in .NET 10 preview 6. See https://learn.microsoft.com/en-us/dotnet/core/compatibility/networking/10.0/ssl-certificate-revocation-check-default.
1 parent ca5f595 commit 1539cda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests/IntegrationTest/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ services:
3535
- ./test/OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests/IntegrationTest:/cfg
3636
command: /cfg/run-test.sh
3737
environment:
38+
DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT: 'true'
3839
OTEL_COLLECTOR_HOSTNAME: otel-collector
3940
OTEL_MOCK_COLLECTOR_HOSTNAME: mock-otel-collector
4041
depends_on:

0 commit comments

Comments
 (0)