From ea552f8156d623858844c56f5e2fc83354346955 Mon Sep 17 00:00:00 2001 From: ee7 <45465154+ee7@users.noreply.github.com> Date: Tue, 7 May 2024 20:33:56 +0200 Subject: [PATCH] exercises(dnd-character): exclude one new test (#402) Exclude the new upstream test [1]. The reimplemented test was already excluded. [1] https://github.com/exercism/problem-specifications/commit/02209d74d9f9 --- exercises/practice/dnd-character/.meta/tests.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/exercises/practice/dnd-character/.meta/tests.toml b/exercises/practice/dnd-character/.meta/tests.toml index bf08daa3..0bf54c21 100644 --- a/exercises/practice/dnd-character/.meta/tests.toml +++ b/exercises/practice/dnd-character/.meta/tests.toml @@ -66,3 +66,8 @@ description = "random character is valid" [2ca77b9b-c099-46c3-a02c-0d0f68ffa0fe] description = "each ability is only calculated once" include = false + +[dca2b2ec-f729-4551-84b9-078876bb4808] +description = "each ability is only calculated once" +include = false +reimplements = "2ca77b9b-c099-46c3-a02c-0d0f68ffa0fe"