From 08a5ef5c8097cd7e59758ca980929985b522ee09 Mon Sep 17 00:00:00 2001 From: Felipe Farinon Date: Tue, 26 May 2026 10:05:39 -0400 Subject: [PATCH] SERVER-127519: Temporarily exclude additional test in multiversion setup (#54423) GitOrigin-RevId: 21be157befcea5dcfd5a209ef49339cfefa503a6 --- jstests/concurrency/fsm_workloads/query/exchange_producer.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jstests/concurrency/fsm_workloads/query/exchange_producer.js b/jstests/concurrency/fsm_workloads/query/exchange_producer.js index 1abd8732cb3..18b05b33d90 100644 --- a/jstests/concurrency/fsm_workloads/query/exchange_producer.js +++ b/jstests/concurrency/fsm_workloads/query/exchange_producer.js @@ -9,7 +9,9 @@ * does_not_support_config_fuzzer, * # This will fail if using transactions because the FSM will attempt to call getMore on a cursor * # that's been created outside of the transaction. - * does_not_support_transactions + * does_not_support_transactions, + * # TODO SERVER-124190: remove the multiversion incompatible tag. + * multiversion_incompatible, * ] */