We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb08983 + d9d0697 commit e97ffa1Copy full SHA for e97ffa1
ruby/test/integration/minitest_bisect_test.rb
@@ -5,6 +5,11 @@ module Integration
5
class MinitestBisectTest < Minitest::Test
6
include OutputTestHelpers
7
8
+ def setup
9
+ skip("biesct rely on forking") unless Process.respond_to?(:fork)
10
+ super
11
+ end
12
+
13
def test_bisect
14
out, err = capture_subprocess_io do
15
run_bisect('log/leaky_test_order.log', 'LeakyTest#test_sensible_to_leak')
0 commit comments