Skip to content

Commit 394bb66

Browse files
vchuravymaleadt
authored andcommitted
Mark external ci test as broken
1 parent 756d3e6 commit 394bb66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/native_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ precompile_test_harness("Inference caching") do load_path
604604
@test check_presence(kernel_mi, token)
605605

606606
# check that identity survived
607-
@test check_presence(identity_mi, token)
607+
@test check_presence(identity_mi, token) broken=VERSION>=v"1.12.0-DEV.1268"
608608

609609
GPUCompiler.clear_disk_cache!()
610610
@test GPUCompiler.disk_cache_enabled() == false

test/ptx_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ precompile_test_harness("Inference caching") do load_path
403403
@test check_presence(kernel_mi, token)
404404

405405
# check that identity survived
406-
@test check_presence(identity_mi, token)
406+
@test check_presence(identity_mi, token) broken=VERSION>=v"1.12.0-DEV.1268"
407407
end
408408
end
409409

0 commit comments

Comments
 (0)