Skip to content

Commit 659e65b

Browse files
committed
Remove irrelevant KA tests
These always run on the CPU backend which is currently broken in 1.12, creating false negatives for the GPU tests
1 parent e0c661b commit 659e65b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ka_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include(joinpath(pkgdir(KernelAbstractions), "test", "testsuite.jl"))
66
AMDGPU.allowscalar(false)
77

88
# TODO fix Printing
9-
skip_tests = ["Printing", "sparse"]
9+
skip_tests = ["Printing", "sparse", "CPU synchronization", "fallback test: callable types",]
1010
if Sys.iswindows()
1111
# TODO
1212
# We do not support hostcalls on Windows yet.

0 commit comments

Comments
 (0)