Skip to content

Commit 86a6dc0

Browse files
committed
Disable a hanging test.
1 parent 392ac92 commit 86a6dc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/sorting.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ function test_sort(T, N, f=identity; kwargs...)
214214
end
215215

216216

217-
@testset "interface" begin
217+
# FIXME: these tests hang when running under compute-sanitizer on CUDA 11.2 with -g2
218+
@not_if_sanitize @testset "interface" begin
218219
# pre-sorted
219220
test_sort!(Int, 1000000)
220221
test_sort!(Int32, 1000000)

0 commit comments

Comments
 (0)