Skip to content

Commit

Permalink
Merge pull request #4869 from nebulab/waiting-for-dev/remove_buildkite
Browse files Browse the repository at this point in the history
Remove buildkite test collector until issue is fixed upstream
  • Loading branch information
waiting-for-dev authored Jan 24, 2023
2 parents b67bed9 + 9196f04 commit f3d54cf
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 24 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ group :utils do
gem 'gem-release', require: false
end

gem 'buildkite-test_collector', require: false, group: :test

gem 'rspec_junit_formatter', require: false, group: :ci

# Documentation
Expand Down
3 changes: 0 additions & 3 deletions api/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
SimpleCov.start('rails')
end

require 'spree/testing_support/buildkite_test_collector'
Spree::TestingSupport::BuildkiteTestCollector.enable

# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV["RAILS_ENV"] ||= 'test'

Expand Down
3 changes: 0 additions & 3 deletions backend/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
SimpleCov.start('rails')
end

require 'spree/testing_support/buildkite_test_collector'
Spree::TestingSupport::BuildkiteTestCollector.enable

# This file is copied to ~/spec when you run 'ruby script/generate rspec'
# from the project root directory.
ENV["RAILS_ENV"] ||= 'test'
Expand Down
13 changes: 0 additions & 13 deletions core/lib/spree/testing_support/buildkite_test_collector.rb

This file was deleted.

3 changes: 0 additions & 3 deletions core/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
SimpleCov.start('rails')
end

require 'spree/testing_support/buildkite_test_collector'
Spree::TestingSupport::BuildkiteTestCollector.enable

require 'rspec/core'

require 'spree/testing_support/partial_double_verification'
Expand Down

0 comments on commit f3d54cf

Please sign in to comment.