From 27a72ae33245c9e5ff63006154ab64521c37be2c Mon Sep 17 00:00:00 2001 From: matt dannenberg Date: Mon, 17 Aug 2015 10:46:43 -0400 Subject: [PATCH] SERVER-19984 remove read_majority_mmap.js from small_oplog_rs --- buildscripts/resmokeconfig/suites/core_small_oplog_rs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/buildscripts/resmokeconfig/suites/core_small_oplog_rs.yml b/buildscripts/resmokeconfig/suites/core_small_oplog_rs.yml index b120f801593..3e294ee43b4 100644 --- a/buildscripts/resmokeconfig/suites/core_small_oplog_rs.yml +++ b/buildscripts/resmokeconfig/suites/core_small_oplog_rs.yml @@ -5,6 +5,7 @@ selector: exclude_files: # These tests are not expected to pass with replica-sets: - jstests/core/dbadmin.js + - jstests/core/read_majority_mmap.js - jstests/core/opcounters_write_cmd.js - jstests/core/read_after_optime.js