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 27c25ea commit ec18babCopy full SHA for ec18bab
src/Microsoft.Data.SqlClient/tests/ManualTests/TracingTests/DiagnosticTest.cs
@@ -2,6 +2,12 @@
2
// The .NET Foundation licenses this file to you under the MIT license.
3
// See the LICENSE file in the project root for more information.
4
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
+
11
using System.Collections;
12
using System.Diagnostics;
13
using System.Reflection;
@@ -999,3 +1005,5 @@ protected override TDSMessageCollection CreateQueryResponse(ITDSServerSession se
999
1005
}
1000
1006
1001
1007
1008
1009
+#endif
0 commit comments