From 7afbecec65ab6b5b021a0cce5c27f1627ab9c037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= Date: Thu, 30 Nov 2023 16:19:20 +0100 Subject: [PATCH] Skip one Aqua test (#141) --- test/Aqua.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Aqua.jl b/test/Aqua.jl index 9457cff..e393046 100644 --- a/test/Aqua.jl +++ b/test/Aqua.jl @@ -4,5 +4,6 @@ using Aqua Aqua.test_all( PBWDeformations; ambiguities=false, # recursive=false does not work + persistent_tasks=false, # does not work with Oscar version juggling ) end