aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorLibravatarAntonio Terceiro <terceiro@debian.org>2025-04-24 21:05:03 -0300
committerLibravatarAntonio Terceiro <terceiro@debian.org>2025-04-24 21:05:03 -0300
commit8add52c50a9e077f68c189e625b85278fc81bf00 (patch)
treefd9d62636ca331e64ef76e1ab5a27ab1ce6084eb /debian
parentc276a9f51ed1ded7547702c011ff9d632c0dc52f (diff)
debian/ruby-tests.rake: skip broken test
Closes: #1103218
Diffstat (limited to 'debian')
-rw-r--r--debian/ruby-tests.rake1
1 files changed, 1 insertions, 0 deletions
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