Skip to content

Commit

Permalink
test: add unsafe_free to skip list (#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal authored Dec 4, 2024
1 parent b362324 commit 921abf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MLDataDevices/test/qa_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import FillArrays, RecursiveArrayTools, SparseArrays, Zygote
@test check_no_self_qualified_accesses(MLDataDevices) === nothing
@test check_all_explicit_imports_via_owners(MLDataDevices) === nothing
@test check_all_qualified_accesses_via_owners(
MLDataDevices; ignore=(:SparseArrays,)) === nothing
MLDataDevices; ignore=(:SparseArrays, :unsafe_free!)) === nothing
# mostly upstream problems
@test_broken check_all_explicit_imports_are_public(MLDataDevices) === nothing
@test_broken check_all_qualified_accesses_are_public(MLDataDevices) === nothing
Expand Down

0 comments on commit 921abf3

Please sign in to comment.