[ARVADOS] created: 1.1.4-593-g0c27a910d
Git user
git at public.curoverse.com
Thu Jul 12 12:37:28 EDT 2018
at 0c27a910dc594c3d9eee5a69866cac220c0b18ba (commit)
commit 0c27a910dc594c3d9eee5a69866cac220c0b18ba
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Thu Jul 12 12:36:37 2018 -0400
Fix slow tests skipped even when not in --short mode.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/services/api/test/test_helper.rb b/services/api/test/test_helper.rb
index c834250cb..6dbaa7550 100644
--- a/services/api/test/test_helper.rb
+++ b/services/api/test/test_helper.rb
@@ -143,7 +143,7 @@ class ActiveSupport::TestCase
end
def self.slow_test(name, &block)
- define_method(name, block) unless skip_slow_tests?
+ test(name, &block) unless skip_slow_tests?
end
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list