We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b370e commit 4c68524Copy full SHA for 4c68524
tracer/test/Datadog.Trace.IntegrationTests/LibDatadog/TraceExporterTests.cs
@@ -25,7 +25,6 @@ public class TraceExporterTests
25
[InlineData(TestTransports.WindowsNamedPipe)]
26
public async Task SendsTracesUsingDataPipeline(TestTransports transport)
27
{
28
-
29
if (transport == TestTransports.WindowsNamedPipe && !EnvironmentTools.IsWindows())
30
31
throw new SkipException("WindowsNamedPipe transport is only supported on Windows");
0 commit comments