Skip to content
Snippets Groups Projects
Commit f563e5c5 authored by Anthony Martin's avatar Anthony Martin
Browse files

don't run threads test if focused test is running

parent ea045736
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,8 @@ namespace :test do
desc 'Tests the API using multiple threads.'
task :threads do
next if !!ENV['TEST']
threads = []
api = Steem::Api.new(url: ENV['TEST_NODE'])
database_api = Steem::DatabaseApi.new(url: ENV['TEST_NODE'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment