Skip to content

Commit

Permalink
Remove variable prefix for SlowIntegrationTests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Lin committed May 21, 2021
1 parent 4ba03c8 commit 1c8773b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public void testNodeClientDisallowedWithNonServerCertificate2() throws Exception
@Test
public void testDelayInSecurityIndexInitialization() throws Exception {
final Settings settings = Settings.builder()
.put(ConfigConstants.OPENDISTRO_SECURITY_ALLOW_DEFAULT_INIT_SECURITYINDEX, true)
.put(ConfigConstants.SECURITY_ALLOW_DEFAULT_INIT_SECURITYINDEX, true)
.put("cluster.routing.allocation.exclude._ip", "127.0.0.1")
.build();
try {
Expand Down

0 comments on commit 1c8773b

Please sign in to comment.