We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e21b7d commit 6cc2c17Copy full SHA for 6cc2c17
test/data_utils.jl
@@ -84,7 +84,7 @@ end
84
X = ones(3,2)
85
T = table(X)
86
@test Tables.istable(T)
87
- @test Tables.matrix(T) == X
+ @test_broken Tables.matrix(T) == X
88
end
89
# ------------------------------------------------------------------------
90
@testset "nrows-light" begin
0 commit comments