summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharded_collections_single_writes_without_shard_key_jscore_passthrough.yml
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokeconfig/suites/sharded_collections_single_writes_without_shard_key_jscore_passthrough.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_collections_single_writes_without_shard_key_jscore_passthrough.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharded_collections_single_writes_without_shard_key_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_collections_single_writes_without_shard_key_jscore_passthrough.yml
index 1cafef5dd6c..7e0eb0d7568 100644
--- a/buildscripts/resmokeconfig/suites/sharded_collections_single_writes_without_shard_key_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_collections_single_writes_without_shard_key_jscore_passthrough.yml
@@ -15,7 +15,7 @@ selector:
# Test assertions expect a certain document is deleted whereas updateOnes, deleteOnes, and
# findAndModify without shard key can pick and modify any matching document.
- jstests/core/**/crud_api.js
- # TODO SERVER-69922: Requires explain for single writes without shard key.
+ # TODO SERVER-76907: Include hint stage if the original query provides one.
- jstests/core/**/update_hint.js
- jstests/core/**/delete_hint.js
- jstests/core/**/find_and_modify_hint.js