Skip to content

Commit e17b44c

Browse files
authored
SERVER-46679 Reenable test_sample_txn_commands (#1407)
1 parent 75734b3 commit e17b44c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/libmongoc/tests/test-mongoc-sample-commands.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4343,10 +4343,7 @@ test_sample_commands (void)
43434343
test_sample_aggregation (db);
43444344
test_sample_indexes (db);
43454345
test_sample_run_command (db);
4346-
/* TODO: until SERVER-46679 is resolved, skip on > 4.2 servers */
4347-
if (!test_framework_max_wire_version_at_least (WIRE_VERSION_4_4)) {
4348-
test_sample_txn_commands (client);
4349-
}
4346+
test_sample_txn_commands (client);
43504347

43514348
if (test_framework_max_wire_version_at_least (WIRE_VERSION_4_9)) {
43524349
test_sample_versioned_api ();

0 commit comments

Comments
 (0)