From e83d9fac85aa2d8a9a21afb45c497976c9ddaef9 Mon Sep 17 00:00:00 2001 From: Henrik Edin Date: Tue, 18 Feb 2020 19:56:33 -0500 Subject: SERVER-45138 Disable tests not yet compatible with JSON logging --- .../suites/replica_sets_large_txns_format_jscore_passthrough.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildscripts/resmokeconfig/suites/replica_sets_large_txns_format_jscore_passthrough.yml') diff --git a/buildscripts/resmokeconfig/suites/replica_sets_large_txns_format_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_large_txns_format_jscore_passthrough.yml index 00a177cc35e..80538c4cff2 100644 --- a/buildscripts/resmokeconfig/suites/replica_sets_large_txns_format_jscore_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/replica_sets_large_txns_format_jscore_passthrough.yml @@ -12,6 +12,8 @@ selector: - jstests/core/txns/abort_expired_transaction.js - jstests/core/txns/abort_transaction_thread_does_not_block_on_locks.js - jstests/core/txns/kill_op_on_txn_expiry.js + # Disable incompatible with json logging per SERVER-46235 + - jstests/core/txns/timestamped_reads_wait_for_prepare_oplog_visibility.js executor: archive: -- cgit v1.2.1