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 00dbeaa commit e98e457Copy full SHA for e98e457
tests/MongoDB.Driver.Tests/Specifications/UnifiedTestSpecRunner.cs
@@ -91,15 +91,7 @@ public void ClientSideEncryption(JsonDrivenTestCase testCase)
91
public void GridFS(JsonDrivenTestCase testCase) => Run(testCase);
92
93
[UnifiedTestsTheory("index_management.tests")]
94
- public void IndexManagement(JsonDrivenTestCase testCase)
95
- {
96
- // Skip sharded due to CSHARP-4736/SERVER-78848
97
- RequireServer
98
- .Check()
99
- .ClusterTypes(Core.Clusters.ClusterType.LoadBalanced, Core.Clusters.ClusterType.ReplicaSet);
100
-
101
- Run(testCase);
102
- }
+ public void IndexManagement(JsonDrivenTestCase testCase) => Run(testCase);
103
104
[Category("SupportLoadBalancing")]
105
[UnifiedTestsTheory("load_balancers.tests")]
0 commit comments