Skip to content

Commit

Permalink
dev-crystal/spectator: remove a test
Browse files Browse the repository at this point in the history
It mysterioiusly fails to build in Tinderbox.

Closes: https://bugs.gentoo.org/945172
Signed-off-by: Anna (cybertailor) Vyalkova <[email protected]>
  • Loading branch information
CyberTailor committed Nov 28, 2024
1 parent 6a2cdc1 commit 1bd27e6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion dev-crystal/spectator/spectator-0.12.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ KEYWORDS="~amd64"

DOCS=( {ARCHITECTURE,CHANGELOG,CONTRIBUTING,README}.md )

src_prepare() {
default

# remove a test that might fail to build (bug 945172)
rm spec/issues/github_issue_48_spec.cr || die
}

src_test() {
# adopted from .gitlab-ci.yml
shards_src_test spec/matchers/ spec/spectator/*.cr
Expand All @@ -26,7 +33,7 @@ src_test() {
# Build failure
#shards_src_test spec/spectator/dsl/

# Compile each test individually because otherwise
# Compile each test individually, because otherwise
# up to 3G of RAM is eaten by compilation.
local t
for t in spec/spectator/mocks/*; do
Expand Down

0 comments on commit 1bd27e6

Please sign in to comment.