15848: Convert timestamps from pointer to value fields.
[arvados.git] / apps / workbench / test / test_helper.rb
index 69cf43b1a2fd52c04b89edebbded03d8493b1323..28a7fa51375bfd15acd9fc8b178eac7541376842 100644 (file)
@@ -360,7 +360,7 @@ module Minitest
           raise
         rescue Exception => e
           n += 1
-          raise if n > 2
+          raise if n > 2 || e.is_a?(Skip)
           STDERR.puts "Test failed, retrying (##{n})"
           retry
         end