From 5dbc79b839a5c50f2827a38101d1c93e57b5ac39 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 17 Nov 2022 08:28:22 +0100 Subject: [PATCH] add another exception --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index b7badc62..dfe871d3 100644 --- a/config.toml +++ b/config.toml @@ -168,5 +168,6 @@ crokey = { skip-tests = true } # compiler error checks in tests "naomijub/genetic-labyrinth" = { skip-tests = true } # flaky tests "sachaarbonel/trie.rs" = { skip-tests = true } # flaky tests "vspecky/neat-rs" = { skip-tests = true } # flaky tests +"mistrpopo/MandelbrotAnimation" = { skip-tests = true } # second build seems to always fail [local-crates]