From ab74e1b5f5d3a92475aaa4492c8e6fa12d76fc55 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 26 Jun 2018 20:55:07 -0700 Subject: Remove the existing acceptance testing framework We haven't used this framework for 2 major releases of Chef and as time goes on it's more and more likely we'll build something very different for testing. We 100% do need acceptance testing, but between dokken testing in Travis and the potential for more complex integration testing with build-kite I think we should do the proper cleanup and remove this code now. Signed-off-by: Tim Smith --- tasks/dependencies.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'tasks') diff --git a/tasks/dependencies.rb b/tasks/dependencies.rb index a66e166d92..93b357af82 100644 --- a/tasks/dependencies.rb +++ b/tasks/dependencies.rb @@ -40,7 +40,6 @@ namespace :dependencies do task :update_ci => %w{ dependencies:update_gemfile_lock dependencies:update_omnibus_gemfile_lock - dependencies:update_acceptance_gemfile_lock dependencies:update_audit_tests_berksfile_lock } @@ -83,7 +82,6 @@ namespace :dependencies do bundle_update_locked_multiplatform_task :update_gemfile_lock, "." bundle_update_locked_multiplatform_task :update_omnibus_gemfile_lock, "omnibus" - bundle_update_task :update_acceptance_gemfile_lock, "acceptance" berks_update_task :update_audit_tests_berksfile_lock, "kitchen-tests/cookbooks/audit_test" end -- cgit v1.2.1