Skip to content

Commit cacf69e

Browse files
authored
Update ext/AbstractFFTsTestExt.jl
1 parent a0346e8 commit cacf69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/AbstractFFTsTestExt.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const TEST_CASES = (
5454
function TestUtils.test_plan_adjoint(P::AbstractFFTs.Plan, x::AbstractArray; real_plan=false)
5555
y = rand(eltype(P * x), size(P * x))
5656
# test basic properties
57-
@test_broken eltype(P') === typeof(y) # (AbstractFFTs.jl#110)
57+
@test_skip eltype(P') === typeof(y) # (AbstractFFTs.jl#110)
5858
@test fftdims(P') == fftdims(P)
5959
@test (P')' === P # test adjoint of adjoint
6060
@test size(P') == AbstractFFTs.output_size(P) # test size of adjoint

0 commit comments

Comments
 (0)