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
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
Original file line number Diff line number Diff 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
408408end
409409
You can’t perform that action at this time.
0 commit comments