Skip to content

Commit 2971040

Browse files
committed
[XPACK] test:integration task in xpack gem shouldn't do anything in favor of test:rest_api
1 parent e1df545 commit 2971040

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

elasticsearch-xpack/Rakefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,7 @@ namespace :test do
4343
end
4444

4545
desc "Run integration tests"
46-
task :integration do
47-
sh <<-COMMAND
48-
bundle exec ruby -I ../elasticsearch/lib:../elasticsearch-transport/lib:../elasticsearch-api/lib:./lib:./test test/integration/yaml_test_runner.rb
49-
COMMAND
50-
end
46+
task :integration
5147

5248
desc "Run Elasticsearch with X-Pack installed (Docker)"
5349
task :elasticsearch do

0 commit comments

Comments
 (0)