From 555de4256e137f0829af810c53549e6f0a22b392 Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Mon, 23 May 2016 14:26:38 -0400 Subject: [PATCH] Remove stale transport mode instructions from docs This commit removes some stale instructions for setting the transport mode via an environment variable from the testing docs. --- TESTING.asciidoc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/TESTING.asciidoc b/TESTING.asciidoc index af46c2e567b..50953f16378 100644 --- a/TESTING.asciidoc +++ b/TESTING.asciidoc @@ -32,12 +32,6 @@ Use local transport (default since 1.3): -Des.node.mode=local ------------------------------------- -Alternatively, you can set the `ES_TEST_LOCAL` environment variable: - -------------------------------------- -export ES_TEST_LOCAL=true && gradle test -------------------------------------- - === Running Elasticsearch from a checkout In order to run Elasticsearch from source without building a package, you can