From: Daniel Leidert <dleidert@debian.org>
Date: Sun, 12 Sep 2021 15:28:17 +0200
Subject: Skip failing hash test

This test also fails for Fedora. We skip it until the situation has been
resolved.

Bug-Upstream: https://github.com/jfelchner/ruby-progressbar/issues/172
Forwarded: no-fix-yet
---
 spec/lib/ruby-progressbar/base_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/spec/lib/ruby-progressbar/base_spec.rb
+++ b/spec/lib/ruby-progressbar/base_spec.rb
@@ -631,7 +631,7 @@ describe Base do
     end
   end
 
-  it 'can be converted into a hash' do
+  xit 'can be converted into a hash' do
     ::Timecop.freeze(::Time.utc(2012, 7, 26, 18, 0, 0))
 
     progressbar = ProgressBar::Base.new(:output         => output,
