Skip to content

Commit e98e457

Browse files
authored
CSHARP-4736: Enable Atlas Search Index management tests on sharded clusters (#1647)
1 parent 00dbeaa commit e98e457

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

tests/MongoDB.Driver.Tests/Specifications/UnifiedTestSpecRunner.cs

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,7 @@ public void ClientSideEncryption(JsonDrivenTestCase testCase)
9191
public void GridFS(JsonDrivenTestCase testCase) => Run(testCase);
9292

9393
[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-
}
94+
public void IndexManagement(JsonDrivenTestCase testCase) => Run(testCase);
10395

10496
[Category("SupportLoadBalancing")]
10597
[UnifiedTestsTheory("load_balancers.tests")]

0 commit comments

Comments
 (0)