community/ruby-rmagick: run a skipped test

This commit is contained in:
psykose 2023-05-08 12:33:11 +00:00
parent 9ac8e27d28
commit 2d730f315e
2 changed files with 2 additions and 16 deletions

View File

@ -4,7 +4,7 @@ pkgname=ruby-rmagick
_gemname=rmagick _gemname=rmagick
pkgver=5.2.0 pkgver=5.2.0
_pkgver=${pkgver//./-} _pkgver=${pkgver//./-}
pkgrel=0 pkgrel=1
pkgdesc="Ruby bindings for ImageMagick" pkgdesc="Ruby bindings for ImageMagick"
url="https://github.com/rmagick/rmagick" url="https://github.com/rmagick/rmagick"
arch="all" arch="all"
@ -62,5 +62,5 @@ sha512sums="
f653a3588cc529b0f98bc951f18c67f4e013ffacdb2a8ad9f5495e484d083bf1a37b246ae1b2eea570aa3916d9607844f128a4d3dfbbd49ad390e8222f63b6e4 gemspec.patch f653a3588cc529b0f98bc951f18c67f4e013ffacdb2a8ad9f5495e484d083bf1a37b246ae1b2eea570aa3916d9607844f128a4d3dfbbd49ad390e8222f63b6e4 gemspec.patch
6550535ebaf3924b9f707da395eeaec630e5db50e1964ab9f84d2f941d97c7c49eb7dff05439efa355abb97e72556385b26b8af1d86e05b7c12fd8f2f781834a spec-drop-pry.patch 6550535ebaf3924b9f707da395eeaec630e5db50e1964ab9f84d2f941d97c7c49eb7dff05439efa355abb97e72556385b26b8af1d86e05b7c12fd8f2f781834a spec-drop-pry.patch
5eeea508d44f2c9679fe4fe3d5b9a51470f8022537f5822f85c95dbd4d78149c2cada763f0bdf3e86523770b0b758117a6d216b240c92f54253905c19d38d064 dont-test-webp.patch 5eeea508d44f2c9679fe4fe3d5b9a51470f8022537f5822f85c95dbd4d78149c2cada763f0bdf3e86523770b0b758117a6d216b240c92f54253905c19d38d064 dont-test-webp.patch
90a292ac7724b23f767974f5c88ea5719456d4d5dcd1a137c57c8b8bffab95c8237cd23b172ba6092f704ffc13707339b4b34abb86352406b5cc9ba8ac025d0e skip-broken-test.patch a6a342343d5d99f466da6084fc9b3b6043b1316361a3581592a343b7ee78dec4657b1cb00748ca33aa84c9926b33b2aa1249936e85bc4b868e937c0d746a4171 skip-broken-test.patch
" "

View File

@ -1,17 +1,3 @@
diff --git a/spec/rmagick/pixel/from_hsla_spec.rb b/spec/rmagick/pixel/from_hsla_spec.rb
index c8f39f8..f3b6080 100644
--- a/spec/rmagick/pixel/from_hsla_spec.rb
+++ b/spec/rmagick/pixel/from_hsla_spec.rb
@@ -28,7 +28,8 @@ RSpec.describe Magick::Pixel, '#from_hsla' do
expect(hsla[0]).to be_within(0.25).of(args[0])
expect(hsla[1]).to be_within(0.25).of(args[1])
expect(hsla[2]).to be_within(0.25).of(args[2])
- expect(hsla[3]).to be_within(0.005).of(args[3])
+ # Broken
+ # expect(hsla[3]).to be_within(0.005).of(args[3])
# test percentages
args = ['20%', '20%', '20%', '20%']
--- a/spec/rmagick/image/liquid_rescale_spec.rb --- a/spec/rmagick/image/liquid_rescale_spec.rb
+++ b/spec/rmagick/image/liquid_rescale_spec.rb +++ b/spec/rmagick/image/liquid_rescale_spec.rb
@@ -4,9 +4,8 @@ @@ -4,9 +4,8 @@