Skip to content

Commit f86726f

Browse files
committed
skip new failing tests
1 parent 089ec0c commit f86726f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/spec/client-side-operations-timeout/tailable-awaitData.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
},
9999
{
100100
"description": "error on aggregate if maxAwaitTimeMS is greater than timeoutMS",
101+
"skipReason": "NODE-7297",
101102
"operations": [
102103
{
103104
"name": "aggregate",
@@ -153,6 +154,7 @@
153154
},
154155
{
155156
"description": "error on aggregate if maxAwaitTimeMS is equal to timeoutMS",
157+
"skipReason": "NODE-7297",
156158
"operations": [
157159
{
158160
"name": "aggregate",
@@ -495,6 +497,7 @@
495497
},
496498
{
497499
"description": "apply remaining timeoutMS if less than maxAwaitTimeMS",
500+
"skipReason": "NODE-7297",
498501
"operations": [
499502
{
500503
"name": "failPoint",

test/spec/client-side-operations-timeout/tailable-awaitData.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ tests:
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

0 commit comments

Comments
 (0)