summaryrefslogtreecommitdiff
path: root/test/testunit/test_parallel.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/testunit/test_parallel.rb')
-rw-r--r--test/testunit/test_parallel.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/testunit/test_parallel.rb b/test/testunit/test_parallel.rb
index 44c15f73b9..2f114bba69 100644
--- a/test/testunit/test_parallel.rb
+++ b/test/testunit/test_parallel.rb
@@ -8,10 +8,6 @@ module TestParallel
class TestParallelWorker < Test::Unit::TestCase
def setup
- if /mswin|mingw|cygwin/ =~ RUBY_PLATFORM
- skip "parallel testing doesn't support Windows yet."
- end
-
i, @worker_in = IO.pipe
@worker_out, o = IO.pipe
@worker_pid = spawn(*@options[:ruby], PARALLEL_RB,
@@ -123,12 +119,6 @@ module TestParallel
end
class TestParallel < Test::Unit::TestCase
- def setup
- if /mswin|mingw|cygwin/ =~ RUBY_PLATFORM
- skip "parallel testing doesn't support Windows yet."
- end
- end
-
def spawn_runner(*opt_args)
@test_out, o = IO.pipe
@test_pid = spawn(*@options[:ruby], TESTS+"/runner.rb",