aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2015-03-02 17:14:45 +0100
committerRobin Dupret <robin.dupret@gmail.com>2015-03-02 17:28:12 +0100
commit562b0b23684333be8766dc73c419f7b753933626 (patch)
treecfb05c622e9a4bcfc2a8df73c0adea74f2296217 /actionpack
parent6b1ec17526f19e3aed96e09f2bddeb589e44fc15 (diff)
downloadrails-562b0b23684333be8766dc73c419f7b753933626.tar.gz
rails-562b0b23684333be8766dc73c419f7b753933626.tar.bz2
rails-562b0b23684333be8766dc73c419f7b753933626.zip
Skip the failing tests on Rubinius for now
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/test/controller/live_stream_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/test/controller/live_stream_test.rb b/actionpack/test/controller/live_stream_test.rb
index 7fd1276e98..0c65270ec1 100644
--- a/actionpack/test/controller/live_stream_test.rb
+++ b/actionpack/test/controller/live_stream_test.rb
@@ -276,6 +276,8 @@ module ActionController
end
def test_async_stream
+ rubinius_skip "https://github.com/rubinius/rubinius/issues/2934"
+
@controller.latch = ActiveSupport::Concurrency::Latch.new
parts = ['hello', 'world']