Skip to content

Commit a292d07

Browse files
committed
PHPLIB-914: Skip the StaleShardVersion resumability test on 6.1+
Synced with mongodb/specifications@8d897ad
1 parent a35e09e commit a292d07

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/UnifiedSpecTests/change-streams/change-streams-resume-errorLabels.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,6 +1478,11 @@
14781478
},
14791479
{
14801480
"description": "change stream resumes after StaleShardVersion",
1481+
"runOnRequirements": [
1482+
{
1483+
"maxServerVersion": "6.0.99"
1484+
}
1485+
],
14811486
"operations": [
14821487
{
14831488
"name": "failPoint",

0 commit comments

Comments
 (0)