Tests: Disable NIO transport mechanism in tests

Due to test instability the new transport mechanism is
always disabled and does not randomly pick the new IO
transport.
This commit is contained in:
Alexander Reelsen 2017-08-02 11:18:12 +02:00
parent a3d1248014
commit c24dbec6f5
1 changed files with 1 additions and 1 deletions

View File

@ -892,7 +892,7 @@ public abstract class ESTestCase extends LuceneTestCase {
@BeforeClass @BeforeClass
public static void setUseNio() throws Exception { public static void setUseNio() throws Exception {
useNio = randomBoolean(); useNio = false;
} }
public static String getTestTransportType() { public static String getTestTransportType() {