diff options
author | Tausif Rahman <tausif.rahman@mongodb.com> | 2022-08-22 21:09:09 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-08-22 22:47:18 +0000 |
commit | 3008f1e4d78dcc72d522b445450fda19e8fb5991 (patch) | |
tree | c365b9e01dff70118903f437846eeb17cac41ebd /jstests | |
parent | aee98e08bc61c76abdf21fc9e8e1b508fab87251 (diff) | |
download | mongo-3008f1e4d78dcc72d522b445450fda19e8fb5991.tar.gz |
SERVER-68659 Fix Antithesis failures
Diffstat (limited to 'jstests')
-rw-r--r-- | jstests/concurrency/fsm_workloads/insert_with_data_size_aware_balancing.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/concurrency/fsm_workloads/insert_with_data_size_aware_balancing.js b/jstests/concurrency/fsm_workloads/insert_with_data_size_aware_balancing.js index 673c733bcfb..bfc2e7eccd0 100644 --- a/jstests/concurrency/fsm_workloads/insert_with_data_size_aware_balancing.js +++ b/jstests/concurrency/fsm_workloads/insert_with_data_size_aware_balancing.js @@ -11,6 +11,7 @@ * featureFlagBalanceAccordingToDataSize, * # TODO SERVER-67813 review tag when data size aware balancing lands in v6.0 * requires_fcv_61, + * antithesis_incompatible, * ] */ |