Skip to content

Commit

Permalink
Removing old btap routines from standards project. (#1432)
Browse files Browse the repository at this point in the history
* removed redundant tests.. now always rely on circle_ci.txt for what tests to run. and only rake test:parallel_run_all_tests_locally

* commented out what I think is unused code.

* readded btap_results
  • Loading branch information
phylroy authored Mar 10, 2023
1 parent b1a4042 commit a794506
Show file tree
Hide file tree
Showing 15 changed files with 8,626 additions and 8,683 deletions.
15 changes: 0 additions & 15 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,6 @@ namespace :test do
t.verbose = false
end

desc 'parallel_run_necb_building_regression_tests'
Rake::TestTask.new('parallel_run_necb_building_regression_tests_locally') do |t|
file_list = FileList.new('test/necb/building_regression_tests/locally_run_tests.rb')
t.libs << 'test'
t.test_files = file_list
t.verbose = false
end

desc 'parallel_run_necb_system_tests_tests'
Rake::TestTask.new('parallel_run_necb_system_tests_tests_locally') do |t|
file_list = FileList.new('test/necb/system_tests/locally_run_tests.rb')
t.libs << 'test'
t.test_files = file_list
t.verbose = false
end

# These tests only available in the CI environment
if ENV['CI'] == 'true'
Expand Down
Loading

0 comments on commit a794506

Please sign in to comment.