SERVER-111817 Add tag to exclude tests from timeseries CRUD suite (#44113)

GitOrigin-RevId: a3ab3b89275fa89c9824f6af467d56d605096159
This commit is contained in:
Joshua Siegel
2025-11-21 12:33:41 -05:00
committed by MongoDB Bot
parent 200be6eef2
commit 169f8dc283
238 changed files with 675 additions and 325 deletions

View File

@@ -1,6 +1,8 @@
// @tags: [
// requires_non_retryable_writes,
// requires_getmore
// requires_getmore,
// # Time series collections do not support indexing array values in measurement fields.
// exclude_from_timeseries_crud_passthrough,
// ]
// Test query empty array SERVER-2258