Skip to content

Commit 8abc593

Browse files
runtests
1 parent 8e31c85 commit 8abc593

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/ext_cuda/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ end
2323
include("cudnn.jl")
2424
end
2525
@testset "Recurrent" begin
26-
BROKEN_TESTS = []
27-
include("../ext_common/recurrent_gpu_ad.jl")
26+
BROKEN_TESTS = []
27+
include("../ext_common/recurrent_gpu_ad.jl")
2828
end
2929
@testset "ctc" begin
3030
include("ctc.jl")

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ using Functors: fmapstructure_with_path
1111

1212
## Uncomment below to change the default test settings
1313
# ENV["FLUX_TEST_AMDGPU"] = "true"
14-
ENV["FLUX_TEST_CUDA"] = "true"
14+
# ENV["FLUX_TEST_CUDA"] = "true"
1515
# ENV["FLUX_TEST_METAL"] = "true"
16-
ENV["FLUX_TEST_CPU"] = "false"
16+
# ENV["FLUX_TEST_CPU"] = "false"
1717
# ENV["FLUX_TEST_DISTRIBUTED_MPI"] = "true"
1818
# ENV["FLUX_TEST_DISTRIBUTED_NCCL"] = "true"
1919
ENV["FLUX_TEST_ENZYME"] = "false" # We temporarily disable Enzyme tests since they are failing

0 commit comments

Comments
 (0)