File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
test/spec/client-side-operations-timeout Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 9898 },
9999 {
100100 "description" : " error on aggregate if maxAwaitTimeMS is greater than timeoutMS" ,
101+ "skipReason" : " NODE-7297" ,
101102 "operations" : [
102103 {
103104 "name" : " aggregate" ,
153154 },
154155 {
155156 "description" : " error on aggregate if maxAwaitTimeMS is equal to timeoutMS" ,
157+ "skipReason" : " NODE-7297" ,
156158 "operations" : [
157159 {
158160 "name" : " aggregate" ,
495497 },
496498 {
497499 "description" : " apply remaining timeoutMS if less than maxAwaitTimeMS" ,
500+ "skipReason" : " NODE-7297" ,
498501 "operations" : [
499502 {
500503 "name" : " failPoint" ,
Original file line number Diff line number Diff line change 6262 isTimeoutError : false
6363
6464 - description : " error on aggregate if maxAwaitTimeMS is greater than timeoutMS"
65+ skipReason : NODE-7297
6566 operations :
6667 - name : aggregate
6768 object : *collection
@@ -99,6 +100,7 @@ tests:
99100 isTimeoutError : false
100101
101102 - description : " error on aggregate if maxAwaitTimeMS is equal to timeoutMS"
103+ skipReason : NODE-7297
102104 operations :
103105 - name : aggregate
104106 object : *collection
@@ -298,6 +300,7 @@ tests:
298300 collection : *collectionName
299301
300302 - description : " apply remaining timeoutMS if less than maxAwaitTimeMS"
303+ skipReason : NODE-7297
301304 operations :
302305 - name : failPoint
303306 object : testRunner
You can’t perform that action at this time.
0 commit comments