File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -604,7 +604,7 @@ precompile_test_harness("Inference caching") do load_path
604
604
@test check_presence (kernel_mi, token)
605
605
606
606
# 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 "
608
608
609
609
GPUCompiler. clear_disk_cache! ()
610
610
@test GPUCompiler. disk_cache_enabled () == false
Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ precompile_test_harness("Inference caching") do load_path
403
403
@test check_presence (kernel_mi, token)
404
404
405
405
# 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 "
407
407
end
408
408
end
409
409
You can’t perform that action at this time.
0 commit comments