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:
parent
a3d1248014
commit
c24dbec6f5
|
@ -892,7 +892,7 @@ public abstract class ESTestCase extends LuceneTestCase {
|
|||
|
||||
@BeforeClass
|
||||
public static void setUseNio() throws Exception {
|
||||
useNio = randomBoolean();
|
||||
useNio = false;
|
||||
}
|
||||
|
||||
public static String getTestTransportType() {
|
||||
|
|
Loading…
Reference in New Issue