From aa2ed4bc6bb508289cf727b01652890020b02813 Mon Sep 17 00:00:00 2001 From: Benedict Geihe Date: Tue, 5 Nov 2024 12:53:43 +0100 Subject: [PATCH] temporarily set negative volume test to broken --- test/test_t8code_2d.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_t8code_2d.jl b/test/test_t8code_2d.jl index b327d8946c9..c1b7833c174 100644 --- a/test/test_t8code_2d.jl +++ b/test/test_t8code_2d.jl @@ -39,7 +39,8 @@ end end @trixi_testset "test check_for_negative_volumes" begin - @test_throws "Discovered negative volumes" begin + # test is currently broken as t8code applies a correction on the fly + @test_throws "Discovered negative volumes" broken=true begin # Unstructured mesh with six cells which have left-handed node ordering. mesh_file = Trixi.download("https://gist.githubusercontent.com/jmark/bfe0d45f8e369298d6cc637733819013/raw/cecf86edecc736e8b3e06e354c494b2052d41f7a/rectangle_with_negative_volumes.msh", joinpath(EXAMPLES_DIR,