summaryrefslogtreecommitdiff
path: root/jstests/sharding/timeseries_multiple_mongos.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/timeseries_multiple_mongos.js')
-rw-r--r--jstests/sharding/timeseries_multiple_mongos.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/jstests/sharding/timeseries_multiple_mongos.js b/jstests/sharding/timeseries_multiple_mongos.js
index e5d75cdc384..af8e154baf1 100644
--- a/jstests/sharding/timeseries_multiple_mongos.js
+++ b/jstests/sharding/timeseries_multiple_mongos.js
@@ -290,8 +290,7 @@ runTest({
numProfilerEntries: {sharded: 1, unsharded: 1},
});
-if (TimeseriesTest.timeseriesUpdatesAndDeletesEnabled(st.shard0) &&
- TimeseriesTest.shardedTimeseriesUpdatesAndDeletesEnabled(st.shard0)) {
+if (TimeseriesTest.shardedTimeseriesUpdatesAndDeletesEnabled(st.shard0)) {
// Tests for updates.
runTest({
shardKey: {[metaField + ".a"]: 1},