Skip to content

Commit

Permalink
Schemes: disable cremona transformation test due to random failures, …
Browse files Browse the repository at this point in the history
  • Loading branch information
benlorenz authored Jul 22, 2024
1 parent e548b0d commit a096328
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Oscar.realize_on_patch(Phi, X[1][3])
Oscar.realize(Phi)
end

#= FIXME: disabled due to random failures, see https://github.com/oscar-system/Oscar.jl/issues/3947
@testset "The standard Cremona transformation" begin
IP2_proj = projective_space(QQ, [:x, :y, :z])
IP2 = covered_scheme(IP2_proj)
Expand Down Expand Up @@ -108,3 +108,4 @@ end
# Call with check=true implitictly
phi_cov = CoveringMorphism(dom_cov, cod_cov, mor_dict)
end
=#

0 comments on commit a096328

Please sign in to comment.