File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
tests/MongoDB.Driver.Tests/Specifications Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -149,8 +149,15 @@ public void RetryableWrites(JsonDrivenTestCase testCase)
149
149
150
150
[ Category ( "SDAM" , "SupportLoadBalancing" ) ]
151
151
[ UnifiedTestsTheory ( "server_discovery_and_monitoring.tests.unified" ) ]
152
- public void ServerDiscoveryAndMonitoring ( JsonDrivenTestCase testCase ) =>
152
+ public void ServerDiscoveryAndMonitoring ( JsonDrivenTestCase testCase )
153
+ {
154
+ if ( testCase . Name . Contains ( "pool-clear-" ) )
155
+ {
156
+ throw new SkipException ( "This test is flaky and is skipped while being investigated." ) ;
157
+ }
158
+
153
159
Run ( testCase , IsSdamLogValid , new SdamRunnerEventsProcessor ( testCase . Name ) ) ;
160
+ }
154
161
155
162
[ Category ( "SupportLoadBalancing" ) ]
156
163
[ UnifiedTestsTheory ( "server_selection.tests.logging" ) ]
You can’t perform that action at this time.
0 commit comments