Skip to content

Commit 05849af

Browse files
committed
remove flaky tests
1 parent ff4ccb9 commit 05849af

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/views.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ SAMPLES_DIR = joinpath(@__DIR__, "samples")
1212
alloc2 = @allocated v = @view data[3:90]
1313
v = @view data[3:80]
1414
@test alloc2 < alloc1/100
15-
@static if VERSION >= v"1.8"
16-
@test alloc2 < 50
17-
end
1815
@test all(v.int32_array .== data.int32_array[3:80])
1916

2017
v2 = @view data[[1,3,5]]

0 commit comments

Comments
 (0)