Skip to content

Commit

Permalink
Remove field diffeq test
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Aug 5, 2023
1 parent 8276ec8 commit 57cd668
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 91 deletions.
4 changes: 0 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,6 @@ steps:
agents:
slurm_gpus: 1

- label: "Unit: fielddiffeq"
key: unit_fielddiffeq
command: "julia --color=yes --check-bounds=yes --project=test test/Fields/fielddiffeq.jl"

- label: "Unit: reduction cuda"
key: unit_reduction_cuda
command:
Expand Down
86 changes: 0 additions & 86 deletions test/Fields/fielddiffeq.jl

This file was deleted.

1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ if !Sys.iswindows()
=#
# now part of buildkite
# @safetestset "Fields" begin @time include("Fields/field.jl") end
@safetestset "Fields diffeq" begin @time include("Fields/fielddiffeq.jl") end

@safetestset "Spectral elem - rectilinear" begin @time include("Operators/spectralelement/rectilinear.jl") end
@safetestset "Spectral elem - opt" begin @time include("Operators/spectralelement/opt.jl") end
Expand Down

0 comments on commit 57cd668

Please sign in to comment.