Skip to content

Commit 9d2fbc9

Browse files
committed
Run flaky test over and over.
1 parent a70cf66 commit 9d2fbc9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

run_test.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
1000.times do |i|
2+
tests_passed = system('BUNDLE_GEMFILE=/app/gemfiles/jruby_9.2_contrib.gemfile bundle exec rspec ./spec/datadog/tracing/contrib/sucker_punch/patcher_spec.rb')
3+
break unless tests_passed
4+
end

0 commit comments

Comments
 (0)