Skip to content

Commit

Permalink
Mark an inferred test as broken
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Sep 9, 2020
1 parent 763a4f5 commit 031f7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ end

@testset "Colors issue #326" begin
A = rand(RGB{N0f8}, 2, 2)
@test @inferred mean(A) == mean(map(c->mapc(FixedPointNumbers.Treduce, c), A))
@test_broken @inferred mean(A) == mean(map(c->mapc(FixedPointNumbers.Treduce, c), A))
end
end

Expand Down

0 comments on commit 031f7aa

Please sign in to comment.