Skip to content

Commit

Permalink
Revert "Disable AlgClosureFp tests for now (#2888)" (#3029)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Nov 21, 2023
1 parent a4c26a6 commit 8484e83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ GAP = "0.10.0"
Hecke = "0.22.6"
JSON = "^0.20, ^0.21"
LazyArtifacts = "1.6"
Nemo = "0.37.1"
Nemo = "0.37.5"
Pkg = "1.6"
Polymake = "0.11.8"
Preferences = "1"
Expand Down
3 changes: 0 additions & 3 deletions src/utils/tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ function _gather_tests(path::AbstractString; ignore=[])
# these two files seem obsolete
r"Modules/GradedModules(\.jl)?$",
r"Modules/FreeModules-graded(\.jl)?$",
# FIXME: temporarily disable AlgClosureFp tests until we resolve
# issue https://github.com/oscar-system/Oscar.jl/issues/2691
r"Rings/AlgClosureFp(\.jl)?$",
# this can only run on the main process and not on distributed workers
# so it is included directly in runtests
r"Serialization/IPC(\.jl)?$",
Expand Down

0 comments on commit 8484e83

Please sign in to comment.