[Exporter.Zipkin] Unskip ErrorGettingUriFromEnvVarSetsDefaultEndpointValue test (#6184)

Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com>
This commit is contained in:
Piotr Kiełkowicz 2025-03-13 22:24:47 +01:00 committed by GitHub
parent 2862c884e0
commit 5635e6b8d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ public sealed class ZipkinExporterTests : IDisposable
}
}
[Fact(Skip = "https://github.com/open-telemetry/opentelemetry-dotnet/issues/3690")]
[Fact]
public void ErrorGettingUriFromEnvVarSetsDefaultEndpointValue()
{
try