Skip to content

Commit

Permalink
Remove workaround that allows me to run IT tests locally
Browse files Browse the repository at this point in the history
  • Loading branch information
astefan committed Aug 13, 2024
1 parent 4a747a5 commit 279ada5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public class EsqlSecurityIT extends ESRestTestCase {
.distribution(DistributionType.DEFAULT)
.setting("xpack.license.self_generated.type", "trial")
.setting("xpack.security.enabled", "true")
.setting("xpack.ml.enabled", "false")
.rolesFile(Resource.fromClasspath("roles.yml"))
.user("test-admin", "x-pack-test-password", "test-admin", true)
.user("user1", "x-pack-test-password", "user1", false)
Expand Down

0 comments on commit 279ada5

Please sign in to comment.