Skip to content

Commit

Permalink
[Truffle] tag activesupport's TimeExtMarshalingTest#test_marshalling_…
Browse files Browse the repository at this point in the history
…preserves_fractional_seconds
  • Loading branch information
pitr-ch committed Nov 15, 2016
1 parent 60a5888 commit 0aef038
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
@@ -0,0 +1,3 @@
---
TimeExtMarshalingTest:
- test_marshalling_preserves_fractional_seconds
5 changes: 3 additions & 2 deletions lib/ruby/truffle/jruby-truffle-tool/lib/truffle/config.rb
Expand Up @@ -194,7 +194,8 @@ def exclusions_for(name)
deep_merge(
rails_common,
stubs.fetch(:activesupport_isolation),
replacements.fetch(:method_source))
replacements.fetch(:method_source),
exclusions_for(:activesupport))

Truffle::Tool.add_config :activemodel,
deep_merge(
Expand Down Expand Up @@ -275,7 +276,7 @@ def rails_ci(has_exclusions: false, skip_test_files: [])

Truffle::Tool.add_ci_definition :activesupport do
subdir 'activesupport'
rails_ci
rails_ci has_exclusions: true
end

Truffle::Tool.add_ci_definition :railties do
Expand Down

0 comments on commit 0aef038

Please sign in to comment.