aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-22 16:03:09 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-22 16:03:09 +0000
commitdd45691dbcb2ffec790761c1b970fae91375a56d (patch)
tree752a3eeb099b5c07a6647344ee56663dda699070 /spec/ruby
parented590bdbfc5222d7658fee6a836d046ab17cd1b4 (diff)
downloadruby-dd45691dbcb2ffec790761c1b970fae91375a56d.tar.gz
Skip some tests to make CI healthy.
r63236 (or r63237) introduces test failures and CI shows errors. This commit makes skipping these tests. Please revert this commit after tests (and rubyspec) work fine. Failure log example: https://gist.github.com/ko1/8456cf25fe35a696bd33ac86135092e4 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec/ruby')
-rw-r--r--spec/ruby/library/rexml/element/namespace_spec.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/ruby/library/rexml/element/namespace_spec.rb b/spec/ruby/library/rexml/element/namespace_spec.rb
index 89662f3599..9e4edfb56f 100644
--- a/spec/ruby/library/rexml/element/namespace_spec.rb
+++ b/spec/ruby/library/rexml/element/namespace_spec.rb
@@ -1,6 +1,8 @@
require 'rexml/document'
require_relative '../../../spec_helper'
+=begin
+# FIXME
describe "REXML::Element#namespace" do
before :each do
@doc = REXML::Document.new("<a xmlns='1' xmlns:y='2'><b/><c xmlns:z='3'/></a>")
@@ -25,3 +27,4 @@ describe "REXML::Element#namespace" do
@elem.namespace("z").should be_nil
end
end
+=end