summaryrefslogtreecommitdiff
path: root/jstests/slow2/sharding_jscore_passthrough.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/slow2/sharding_jscore_passthrough.js')
-rw-r--r--jstests/slow2/sharding_jscore_passthrough.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/slow2/sharding_jscore_passthrough.js b/jstests/slow2/sharding_jscore_passthrough.js
index 44598d4ddc5..04bcd73235c 100644
--- a/jstests/slow2/sharding_jscore_passthrough.js
+++ b/jstests/slow2/sharding_jscore_passthrough.js
@@ -86,7 +86,10 @@ var db;
'auth1|' +
'auth2|' +
'dropdb_race|' +
- 'unix_socket\\d*' +
+ 'unix_socket\\d*|' +
+ // TODO: SERVER-17284 remove once find cmd is
+ // implemented in mongos
+ 'read_after_optime' +
')\.js$');
// These are bugs (some might be fixed now):