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 4bb29d2 commit 6f49ec9Copy full SHA for 6f49ec9
tracer/test/Datadog.Trace.IntegrationTests/LibDatadog/TraceExporterTests.cs
@@ -21,7 +21,9 @@ public class TraceExporterTests
21
{
22
[SkippableTheory]
23
[InlineData(TestTransports.Tcp)]
24
+#if NETCOREAPP3_1_OR_GREATER
25
[InlineData(TestTransports.Uds)]
26
+#endif
27
[InlineData(TestTransports.WindowsNamedPipe)]
28
public async Task SendsTracesUsingDataPipeline(TestTransports transport)
29
0 commit comments