Skip to content

Commit 3035170

Browse files
authored
[SYCL] Disable tests which take more than 5 minutes (#1220)
Signed-off-by: Vladimir Lazarev <[email protected]>
1 parent c220eb8 commit 3035170

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

buildbot/testlist.cfg

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
:test_exception_handling
1212
:test_group
1313
:test_h_item
14-
:test_handler
14+
#:test_handler
1515
:test_header
1616
:test_hierarchical
1717
:test_id
@@ -20,7 +20,7 @@
2020
:test_item
2121
:test_kernel
2222
:test_kernel_args
23-
:test_math_builtin_api
23+
#:test_math_builtin_api
2424
:test_multi_ptr
2525
:test_nd_item
2626
:test_nd_range
@@ -38,8 +38,7 @@
3838
:test_vector_api
3939
:test_vector_constructors
4040
:test_vector_load_store
41-
# Disable test to speedup testing until JIT is optimized
4241
#:test_vector_operators
4342
:test_vector_swizzle_assignment
44-
:test_vector_swizzles
45-
:test_vector_swizzles_opencl
43+
#:test_vector_swizzles
44+
#:test_vector_swizzles_opencl

0 commit comments

Comments
 (0)