File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
driver-core/src/test/functional/com/mongodb/operation Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ import spock.lang.IgnoreIf
5454
5555import static com.mongodb.ClusterFixture.getAsyncCluster
5656import static com.mongodb.ClusterFixture.getCluster
57- import static com.mongodb.ClusterFixture.isSharded
5857import static com.mongodb.ClusterFixture.isStandalone
5958import static com.mongodb.ClusterFixture.serverVersionAtLeast
6059import static com.mongodb.internal.connection.ServerHelper.waitForLastRelease
@@ -404,7 +403,6 @@ class ChangeStreamOperationSpecification extends OperationFunctionalSpecificatio
404403 waitForLastRelease(getCluster())
405404 }
406405
407- @IgnoreIf ({ isSharded() })
408406 def ' should throw if the _id field is projected out' () {
409407 given :
410408 def helper = getHelper()
You can’t perform that action at this time.
0 commit comments