Skip to content

Commit 6cc2c17

Browse files
committed
add @test_broken JuliaData/Tables.jl#155
1 parent 6e21b7d commit 6cc2c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/data_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ end
8484
X = ones(3,2)
8585
T = table(X)
8686
@test Tables.istable(T)
87-
@test Tables.matrix(T) == X
87+
@test_broken Tables.matrix(T) == X
8888
end
8989
# ------------------------------------------------------------------------
9090
@testset "nrows-light" begin

0 commit comments

Comments
 (0)