Skip to content

Commit ec18bab

Browse files
authored
Disabled flaky DiagnosticTest tests. (#3712)
1 parent 27c25ea commit ec18bab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Microsoft.Data.SqlClient/tests/ManualTests/TracingTests/DiagnosticTest.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5+
// TODO(ADO-39873): Re-enable these tests after addressing their flakiness.
6+
//
7+
// Note that xUnit v2 has no built-in way to skip an entire test class, so we
8+
// use the preprocessor instead.
9+
#if false
10+
511
using System.Collections;
612
using System.Diagnostics;
713
using System.Reflection;
@@ -999,3 +1005,5 @@ protected override TDSMessageCollection CreateQueryResponse(ITDSServerSession se
9991005
}
10001006
}
10011007
}
1008+
1009+
#endif

0 commit comments

Comments
 (0)