Skip to content

Commit 96022f2

Browse files
authored
Skip test for latest (#1700)
Will be updated as part of JAVA-5835 JAVA-5835
1 parent 89d6be1 commit 96022f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

driver-core/src/test/functional/com/mongodb/internal/operation/ChangeStreamOperationSpecification.groovy

+2
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ class ChangeStreamOperationSpecification extends OperationFunctionalSpecificatio
209209
waitForLastRelease(getCluster())
210210
}
211211

212+
// TODO undo skip and update for JAVA-5835
213+
@IgnoreIf({ !serverVersionLessThan(8, 2) })
212214
def 'should decode update to ChangeStreamDocument '() {
213215
given:
214216
def helper = getHelper()

0 commit comments

Comments
 (0)