Skip to content

Commit 829938b

Browse files
committed
Deactivate JLArray tests for now
1 parent 3987ef3 commit 829938b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using RadonKA
99
using JLArrays
1010

1111
areTypesDefined = @isdefined arrayTypes
12-
arrayTypes = areTypesDefined ? arrayTypes : [Array, JLArray]
12+
arrayTypes = areTypesDefined ? arrayTypes : [Array] #, JLArray]
1313

1414
@testset "LinearOperatorCollection" begin
1515
include("testNormalOp.jl")

0 commit comments

Comments
 (0)