Skip to content

Commit

Permalink
Mark encoding spec as pending on darwin kernel
Browse files Browse the repository at this point in the history
I couldn't fix it in 2014 and don't want to break my head on it now.
Maybe later?

Reported in #482
  • Loading branch information
tombruijn committed Nov 5, 2016
1 parent ccca742 commit c6498e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/syncer/cloud/local_file_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module Backup

# This fails on OSX, see https://github.com/backup/backup/issues/482
# for more information.
it 'returns a Hash of LocalFile objects, keyed by relative path' do
it 'returns a Hash of LocalFile objects, keyed by relative path', :pending => RUBY_PLATFORM =~ /darwin/ do
Dir.chdir(@tmpdir) do
bad_file = "sync_dir/bad\xFFfile"
sanitized_bad_file = "sync_dir/bad\xEF\xBF\xBDfile"
Expand Down

0 comments on commit c6498e7

Please sign in to comment.