Skip to content

Commit

Permalink
test: disable Flux tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Nov 13, 2024
1 parent 1f61809 commit 84da678
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ if ("all" in LUX_TEST_GROUP || "misc" in LUX_TEST_GROUP)
push!(EXTRA_PKGS, Pkg.PackageSpec("MPI"))
(BACKEND_GROUP == "all" || BACKEND_GROUP == "cuda") &&
push!(EXTRA_PKGS, Pkg.PackageSpec("NCCL"))
push!(EXTRA_PKGS, Pkg.PackageSpec("Flux"))
# XXX: Reactivate once Flux is compatible with Functors 0.5
# push!(EXTRA_PKGS, Pkg.PackageSpec("Flux"))
end

if !Sys.iswindows()
Expand Down
2 changes: 1 addition & 1 deletion test/transform/flux_tests.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@testitem "FromFluxAdaptor" setup=[SharedTestSetup] tags=[:misc] begin
@testitem "FromFluxAdaptor" setup=[SharedTestSetup] tags=[:misc] skip=:(true) begin
import Flux

toluxpsst = FromFluxAdaptor(; preserve_ps_st=true)
Expand Down

0 comments on commit 84da678

Please sign in to comment.