summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Edin <henrik.edin@mongodb.com>2020-02-06 08:39:33 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-02-06 15:51:44 +0000
commitdb53877710ad6a840cb52dd8365c8fb7377b4bea (patch)
tree7df78bacfa951d8ebfc1f66b4d9e13e507ac4084
parent5dbd3cad67e486f6612ed5d0060669b2aa19dc13 (diff)
downloadmongo-db53877710ad6a840cb52dd8365c8fb7377b4bea.tar.gz
SERVER-45989 Temporarily disable logpath.js on Windows
-rw-r--r--etc/evergreen.yml1
-rw-r--r--jstests/noPassthroughWithMongod/logpath.js1
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 92f572029cf..b499595afd7 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -9285,6 +9285,7 @@ buildvariants:
# spawning a large number of linker processes.
num_scons_link_jobs_available: $(( $(grep -c ^processor /proc/cpuinfo) / 4 ))
python: '/cygdrive/c/python/python37/python.exe'
+ test_flags: --excludeWithAnyTags=SERVER-45989
ext: zip
scons_cache_scope: shared
multiversion_platform: windows
diff --git a/jstests/noPassthroughWithMongod/logpath.js b/jstests/noPassthroughWithMongod/logpath.js
index bb39282871f..7f7aecd0bf6 100644
--- a/jstests/noPassthroughWithMongod/logpath.js
+++ b/jstests/noPassthroughWithMongod/logpath.js
@@ -1,4 +1,5 @@
// check replica set authentication
+// @tags: [SERVER-45989]
var name = "logpath";
var token = "logpath_token";