From fc88048f94c231da87294620f0d4f06ce2af6f03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pawela?= Date: Sat, 6 Apr 2024 00:03:22 +0200 Subject: [PATCH] comment out long tests --- test/runtests.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 31278044..5b5ffdf4 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -38,9 +38,9 @@ push!(my_tests, "search_chimera_pathological_Z2.jl", # time consuming tests: - "search_chimera_full.jl", - "search_chimera_gauge.jl", - "gauges.jl" + # "search_chimera_full.jl", + # "search_chimera_gauge.jl", + # "gauges.jl" ) # This is work in progress (may or may not be included in future versions)