Skip to content

Commit ebba936

Browse files
authored
Skip certain CUSPARSE tests under compute-sanitizer.
1 parent 1428100 commit ebba936

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ if do_sanitize
186186
push!(skip_tests, "cusolver")
187187
# XXX: these hang for some reason
188188
push!(skip_tests, "sorting")
189+
push!(skip_tests, "cusparse/generic")
189190
end
190191
if first(picks).cap < v"7.0"
191192
push!(skip_tests, "device/intrinsics/wmma")

0 commit comments

Comments
 (0)