Skip to content

Commit 276c001

Browse files
committed
Don't test nonworking stuff
1 parent 9ce3529 commit 276c001

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

test/orthnull.jl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ for T in (BLASFloats..., GenericFloats...), n in (37, m, 63)
2929
end
3030
end
3131
if !is_buildkite
32-
TestSuite.test_orthnull(T, (m, n))
33-
AT = Diagonal{T, Vector{T}}
34-
TestSuite.test_orthnull(AT, m)
32+
if T BLASFloats # no qr_null or lq_null for GenericFloats
33+
TestSuite.test_orthnull(T, (m, n))
34+
end
35+
#AT = Diagonal{T, Vector{T}}
36+
#TestSuite.test_orthnull(AT, m) # not supported
3537
end
3638
end

0 commit comments

Comments
 (0)