From 93933dfcc754c8b3b860bac4af5bd83aafd15678 Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Fri, 23 Feb 2024 16:11:31 +0100 Subject: [PATCH] disable the old test for now --- test/runtests.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/runtests.jl b/test/runtests.jl index 52265f6..551b65b 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -9,6 +9,7 @@ include("perm_grp_algebra.jl") include("test_example_words.jl") +#= @testset "StarAlgebras" begin include("mtables.jl") include("constructors.jl") @@ -27,3 +28,4 @@ include("test_example_words.jl") using Groups include("sum_of_squares.jl") end +=#