Skip to content

Commit f1ce85f

Browse files
committed
SERVER-42612 Relax expectations on version fields in await_prepared_transactions_on_FCV_downgrade.js
1 parent 56d4a5d commit f1ce85f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

jstests/core/txns/await_prepared_transactions_on_FCV_downgrade.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ try {
4242
assert.commandWorked(
4343
testDB.adminCommand({configureFailPoint: "failNonIntentLocksIfWaitNeeded", mode: "off"}));
4444

45-
jsTestLog("Verify that the setFCV command set the target version to 'lastStable'.");
46-
checkFCV(adminDB, lastStableFCV, lastStableFCV);
47-
4845
jsTestLog("Commit the prepared transaction.");
4946
assert.commandWorked(PrepareHelpers.commitTransaction(session, prepareTimestamp));
5047

0 commit comments

Comments
 (0)