From ce1fa8609532b3c7cac7569ddc64b66960bdc083 Mon Sep 17 00:00:00 2001 From: metagn Date: Mon, 13 Jan 2025 12:10:05 +0300 Subject: [PATCH] disable sfml test on osx (#24615) Tried installing sfml 2 in #24614 but didn't work (cherry picked from commit d83ff81695096fac8fa230b91a254c4287041173) --- tests/niminaction/Chapter8/sfml/sfml_test.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/niminaction/Chapter8/sfml/sfml_test.nim b/tests/niminaction/Chapter8/sfml/sfml_test.nim index e71060cb43..99c5195a47 100644 --- a/tests/niminaction/Chapter8/sfml/sfml_test.nim +++ b/tests/niminaction/Chapter8/sfml/sfml_test.nim @@ -1,6 +1,7 @@ discard """ action: compile disabled: "windows" +disabled: osx """ import sfml, os