From 8add52c50a9e077f68c189e625b85278fc81bf00 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 24 Apr 2025 21:05:03 -0300 Subject: debian/ruby-tests.rake: skip broken test Closes: #1103218 --- debian/ruby-tests.rake | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake index cf1591e..207e28c 100644 --- a/debian/ruby-tests.rake +++ b/debian/ruby-tests.rake @@ -2,4 +2,5 @@ require 'gem2deb/rake/spectask' Gem2Deb::Rake::RSpecTask.new do |spec| spec.pattern = './spec/**/*_spec.rb' + spec.exclude_pattern = './spec/lib/roo/weak_instance_cache_spec.rb' end -- cgit v1.2.3