From 076a499621f7b423d6541dc96254e7c947c33413 Mon Sep 17 00:00:00 2001 From: nehakhatri5 Date: Tue, 16 Jan 2018 16:15:53 +1100 Subject: SERVER-32507 Mobile SE: Include more suites in evergreen variant Included the suites noPassthrough and noPassthroughWithMongod in Mobile SE evergreen variant. Excluded some of the failing jstests from the suites. --- jstests/noPassthrough/transaction_reaper.js | 1 + 1 file changed, 1 insertion(+) (limited to 'jstests/noPassthrough/transaction_reaper.js') diff --git a/jstests/noPassthrough/transaction_reaper.js b/jstests/noPassthrough/transaction_reaper.js index 92b75f2cde6..bde965e9c22 100644 --- a/jstests/noPassthrough/transaction_reaper.js +++ b/jstests/noPassthrough/transaction_reaper.js @@ -1,3 +1,4 @@ +// @tags: [requires_replication, requires_sharding] (function() { 'use strict'; -- cgit v1.2.1