Skip to content

Commit e87c8b2

Browse files
committed
Fix compilation
This test was added while a PR removing transportClientRatio was in flight.
1 parent 37be0a1 commit e87c8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/action/admin/cluster/state/TransportClusterStateActionDisruptionIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
import static org.hamcrest.Matchers.hasSize;
4747
import static org.hamcrest.Matchers.not;
4848

49-
@ESIntegTestCase.ClusterScope(numDataNodes = 0, scope = ESIntegTestCase.Scope.TEST, transportClientRatio = 0)
49+
@ESIntegTestCase.ClusterScope(numDataNodes = 0, scope = ESIntegTestCase.Scope.TEST)
5050
public class TransportClusterStateActionDisruptionIT extends ESIntegTestCase {
5151

5252
@Override

0 commit comments

Comments
 (0)