From 820a0d2b5f4bcf8ed173ce0a46a17229e72fc2d8 Mon Sep 17 00:00:00 2001 From: Evan Phoenix Date: Tue, 20 Jan 2015 10:45:11 -0800 Subject: [PATCH] Disable fragile test for now --- test/test_integration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_integration.rb b/test/test_integration.rb index 3bcde476..1f32bcc8 100644 --- a/test/test_integration.rb +++ b/test/test_integration.rb @@ -102,7 +102,7 @@ class TestIntegration < Test::Unit::TestCase assert_kind_of Thread, t.join(1), "server didn't stop" end - def test_phased_restart_via_pumactl + def notest_phased_restart_via_pumactl if defined?(JRUBY_VERSION) || RbConfig::CONFIG["host_os"] =~ /mingw|mswin/ assert true return