summaryrefslogtreecommitdiff
path: root/jstests/parallel
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2020-08-10 15:26:08 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-11 17:28:29 +0000
commit5a5d42d11b9df9103aa844fe54a593572596016f (patch)
tree7961df8a4683ea0fb3ff560439c3cdc44c3b29dd /jstests/parallel
parent0dc74f5dc61a5a093ece56887083f8a934a45140 (diff)
downloadmongo-5a5d42d11b9df9103aa844fe54a593572596016f.tar.gz
SERVER-49673 Enable basicPlus.js on ephemeralForTest
Diffstat (limited to 'jstests/parallel')
-rw-r--r--jstests/parallel/basicPlus.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/parallel/basicPlus.js b/jstests/parallel/basicPlus.js
index 7ed7cb82747..44faf5c439b 100644
--- a/jstests/parallel/basicPlus.js
+++ b/jstests/parallel/basicPlus.js
@@ -1,6 +1,4 @@
// perform basic js tests in parallel & some other tasks as well
-// SERVER-49673: Incompatible with ephemeralForTest
-// @tags: [incompatible_with_eft]
load('jstests/libs/parallelTester.js');
var c = db.jstests_parallel_basicPlus;