We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0346e8 commit cacf69eCopy full SHA for cacf69e
ext/AbstractFFTsTestExt.jl
@@ -54,7 +54,7 @@ const TEST_CASES = (
54
function TestUtils.test_plan_adjoint(P::AbstractFFTs.Plan, x::AbstractArray; real_plan=false)
55
y = rand(eltype(P * x), size(P * x))
56
# test basic properties
57
- @test_broken eltype(P') === typeof(y) # (AbstractFFTs.jl#110)
+ @test_skip eltype(P') === typeof(y) # (AbstractFFTs.jl#110)
58
@test fftdims(P') == fftdims(P)
59
@test (P')' === P # test adjoint of adjoint
60
@test size(P') == AbstractFFTs.output_size(P) # test size of adjoint
0 commit comments