Skip to content

Commit

Permalink
Disable a hanging test.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Mar 10, 2021
1 parent 392ac92 commit 86a6dc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/sorting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ function test_sort(T, N, f=identity; kwargs...)
end


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

0 comments on commit 86a6dc0

Please sign in to comment.