Skip to content

Commit e4b16d1

Browse files
committed
Update test_blockviews.jl
1 parent f57169b commit e4b16d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_blockviews.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,6 @@ bview(a, b) = Base.invoke(view, Tuple{AbstractArray,Any}, a, b)
303303

304304
@testset "array indexing past ndims" begin
305305
v = BlockArray(randn(3),1:2)
306-
@test_broken @test_throws BlockBoundsError v[Block(1,2)]
306+
@test_skip @test_throws BlockBoundsError v[Block(1,2)]
307307
end
308308
end

0 commit comments

Comments
 (0)