Skip to content

Commit 6f49ec9

Browse files
committed
test(trace-exporter): enable UDS transport test for .NET Core 3.1 or greater
1 parent 4bb29d2 commit 6f49ec9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tracer/test/Datadog.Trace.IntegrationTests/LibDatadog/TraceExporterTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ public class TraceExporterTests
2121
{
2222
[SkippableTheory]
2323
[InlineData(TestTransports.Tcp)]
24+
#if NETCOREAPP3_1_OR_GREATER
2425
[InlineData(TestTransports.Uds)]
26+
#endif
2527
[InlineData(TestTransports.WindowsNamedPipe)]
2628
public async Task SendsTracesUsingDataPipeline(TestTransports transport)
2729
{

0 commit comments

Comments
 (0)