Skip to content

Commit

Permalink
Tag remaining Psych failures, since we have other issues (jruby#5142)
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Apr 27, 2018
1 parent 85babc7 commit f848082
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/mri/excludes/Psych/TestParser.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
exclude :test_column_numbers, "column numbers are off"
exclude :test_start_document_version, "fails with SnakeYAML 1.11"
exclude :test_event_location, "needs investigation"
exclude :test_index_numbers, "indices are off"
exclude :test_line_numbers, "line numbers are off"
exclude :test_start_document_tag, "tag includes extra chars"
exclude :test_start_document_version, "fails with SnakeYAML 1.11"
3 changes: 3 additions & 0 deletions test/mri/excludes/Psych/TestToYamlProperties.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
exclude :test_object_dump_yaml_properties, "needs investigation"
exclude :test_string_dump, "needs investigation"
exclude :test_struct_dump_yaml_properties, "needs investigation"

0 comments on commit f848082

Please sign in to comment.