aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/json
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 /activesupport/test/json
parent6b1ec17526f19e3aed96e09f2bddeb589e44fc15 (diff)
downloadrails-562b0b23684333be8766dc73c419f7b753933626.tar.gz
rails-562b0b23684333be8766dc73c419f7b753933626.tar.bz2
rails-562b0b23684333be8766dc73c419f7b753933626.zip
Skip the failing tests on Rubinius for now
Diffstat (limited to 'activesupport/test/json')
-rw-r--r--activesupport/test/json/encoding_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/test/json/encoding_test.rb b/activesupport/test/json/encoding_test.rb
index 63d921e3b4..2f269a66f0 100644
--- a/activesupport/test/json/encoding_test.rb
+++ b/activesupport/test/json/encoding_test.rb
@@ -130,6 +130,8 @@ class TestJSONEncoding < ActiveSupport::TestCase
end
def test_process_status
+ rubinius_skip "https://github.com/rubinius/rubinius/issues/3334"
+
# There doesn't seem to be a good way to get a handle on a Process::Status object without actually
# creating a child process, hence this to populate $?
system("not_a_real_program_#{SecureRandom.hex}")