Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
This test was added while a PR removing transportClientRatio was in
flight.
  • Loading branch information
rjernst authored and Gurkan Kaymak committed May 27, 2019
1 parent b00e43f commit 7f6c365
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
import static org.hamcrest.Matchers.hasSize;
import static org.hamcrest.Matchers.not;

@ESIntegTestCase.ClusterScope(numDataNodes = 0, scope = ESIntegTestCase.Scope.TEST, transportClientRatio = 0)
@ESIntegTestCase.ClusterScope(numDataNodes = 0, scope = ESIntegTestCase.Scope.TEST)
public class TransportClusterStateActionDisruptionIT extends ESIntegTestCase {

@Override
Expand Down

0 comments on commit 7f6c365

Please sign in to comment.