summaryrefslogtreecommitdiff
path: root/jstests/ssl
diff options
context:
space:
mode:
authorErnie Hershey <ernie.hershey@10gen.com>2014-11-05 15:18:39 -0500
committerErnie Hershey <ernie.hershey@10gen.com>2014-11-05 16:26:05 -0500
commit0bb84c4860d39833a2f65c94ece29d3bc7655add (patch)
tree8a5d52de70ddcaf05bf54851e29dfa19915ac935 /jstests/ssl
parent8ee12731c9f31add89a08d8a391e9d88299aaa55 (diff)
downloadmongo-0bb84c4860d39833a2f65c94ece29d3bc7655add.tar.gz
SERVER-11005 Re-enable FIPS test
Diffstat (limited to 'jstests/ssl')
-rw-r--r--jstests/ssl/ssl_fips.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/ssl/ssl_fips.js b/jstests/ssl/ssl_fips.js
index ee15029c31e..ebcac31e91b 100644
--- a/jstests/ssl/ssl_fips.js
+++ b/jstests/ssl/ssl_fips.js
@@ -1,5 +1,4 @@
// Test mongod start with FIPS mode enabled
-if (0) { // SERVER-11005
ports = allocatePorts(1);
port1 = ports[0];
var baseName = "jstests_ssl_ssl_fips";
@@ -25,4 +24,3 @@ else {
// kill mongod
stopMongod(port1);
}
-}