From 68743ffeff5e4f9906ecd90395c80e6c1df31377 Mon Sep 17 00:00:00 2001 From: Shreyas Kalyan Date: Mon, 31 Aug 2020 17:21:33 -0700 Subject: SERVER-50664 Fix split_horizon_hostname_validation.js --- jstests/replsets/split_horizon_hostname_validation.js | 2 ++ 1 file changed, 2 insertions(+) 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() { -- cgit v1.2.1