summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShreyas Kalyan <shreyas.kalyan@10gen.com>2020-08-31 17:21:33 -0700
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-09-02 05:11:45 +0000
commit68743ffeff5e4f9906ecd90395c80e6c1df31377 (patch)
tree2e94a2bff11cd938efce62bb13856d9502b663dd
parent93da8e8240f4d204bfc460db69813ab07d20ec07 (diff)
downloadmongo-68743ffeff5e4f9906ecd90395c80e6c1df31377.tar.gz
SERVER-50664 Fix split_horizon_hostname_validation.js
-rw-r--r--jstests/replsets/split_horizon_hostname_validation.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/replsets/split_horizon_hostname_validation.js b/jstests/replsets/split_horizon_hostname_validation.js
index df7c536f35a..acf790033ea 100644
--- a/jstests/replsets/split_horizon_hostname_validation.js
+++ b/jstests/replsets/split_horizon_hostname_validation.js
@@ -1,5 +1,7 @@
/**
* Ensure that IPs cannot be used as hostnames for split horizon configurations.
+ * Incompatible with the ephemeral storage engine; replSetInitiate does not work correctly.
+ * @tags: [ incompatible_with_eft ]
*/
(function() {