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
54
54
55
55
import static com.mongodb.ClusterFixture.getAsyncCluster
56
56
import static com.mongodb.ClusterFixture.getCluster
57
- import static com.mongodb.ClusterFixture.isSharded
58
57
import static com.mongodb.ClusterFixture.isStandalone
59
58
import static com.mongodb.ClusterFixture.serverVersionAtLeast
60
59
import static com.mongodb.internal.connection.ServerHelper.waitForLastRelease
@@ -404,7 +403,6 @@ class ChangeStreamOperationSpecification extends OperationFunctionalSpecificatio
404
403
waitForLastRelease(getCluster())
405
404
}
406
405
407
- @IgnoreIf ({ isSharded() })
408
406
def ' should throw if the _id field is projected out' () {
409
407
given :
410
408
def helper = getHelper()
You can’t perform that action at this time.
0 commit comments