diff --git a/tracer/test/Datadog.Trace.Debugger.IntegrationTests/ProbesTests.cs b/tracer/test/Datadog.Trace.Debugger.IntegrationTests/ProbesTests.cs index 901a54b7a0bd..c1f0c0125024 100644 --- a/tracer/test/Datadog.Trace.Debugger.IntegrationTests/ProbesTests.cs +++ b/tracer/test/Datadog.Trace.Debugger.IntegrationTests/ProbesTests.cs @@ -552,6 +552,7 @@ public async Task SpanDecorationTest(Type testType) [Trait("Category", "ArmUnsupported")] [Trait("Category", "LinuxUnsupported")] [Trait("RunOnWindows", "True")] + [Flaky("Named pipes is flaky", maxRetries: 3)] public async Task MethodProbeTest_NamedPipes() { if (!EnvironmentTools.IsWindows())