File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -1186,13 +1186,6 @@ tasks:
1186
1186
vars :
1187
1187
DATA_LAKE : " true"
1188
1188
1189
- - name : versioned-api-tests
1190
- commands :
1191
- - func : " bootstrap data lake"
1192
- - func : " run tests"
1193
- vars :
1194
- DATA_LAKE : " true"
1195
-
1196
1189
- name : test-ocsp-rsa-valid-cert-server-staples
1197
1190
tags : ["ocsp", "ocsp-rsa", "ocsp-staple"]
1198
1191
commands :
Original file line number Diff line number Diff line change @@ -717,7 +717,7 @@ def require_transactions(self, func):
717
717
718
718
def require_no_api_version (self , func ):
719
719
"""Skip this test when testing with requireApiVersion."""
720
- return self ._require (not MONGODB_API_VERSION ,
720
+ return self ._require (lambda : not MONGODB_API_VERSION ,
721
721
"This test does not work with requireApiVersion" ,
722
722
func = func )
723
723
You can’t perform that action at this time.
0 commit comments