Skip to content

Commit c973874

Browse files
committed
Removed the invocation of elasticsearch:update from the main Rakefile
1 parent 918fbf9 commit c973874

File tree

3 files changed

+0
-1
lines changed

3 files changed

+0
-1
lines changed

Rakefile

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ namespace :test do
5858

5959
desc "Run integration tests in all subprojects"
6060
task :integration do
61-
Rake::Task['elasticsearch:update'].invoke
6261
Rake::Task['test:ci_reporter'].invoke if ENV['CI']
6362
subprojects.each do |project|
6463
puts '-'*80

0 commit comments

Comments
 (0)