diff --git a/test/AlgebraicGeometry/ToricVarieties/line_bundle_cohomologies.jl b/test/AlgebraicGeometry/ToricVarieties/line_bundle_cohomologies.jl index 8a1bf37e95ef..8e78e59228c2 100644 --- a/test/AlgebraicGeometry/ToricVarieties/line_bundle_cohomologies.jl +++ b/test/AlgebraicGeometry/ToricVarieties/line_bundle_cohomologies.jl @@ -68,5 +68,7 @@ @testset "Sections of anticanonical bundle" begin @test all_cohomologies(l4) == [4551, 0, 0, 0, 0, 0] + # test disabled due to memory requirements, see #2441 + @test_skip length(basis_of_global_sections(l4)) == 4551 end end