diff --git a/tests/js/tconsole.nim b/tests/js/tconsole.nim index 88c71ea1866b..32f2116bdcc7 100644 --- a/tests/js/tconsole.nim +++ b/tests/js/tconsole.nim @@ -2,7 +2,8 @@ discard """ output: ''' Hello, console 1 2 3 -''' +1 'hi' 1.1''' + disabled: "freebsd" """ # This file tests the JavaScript console diff --git a/tests/niminaction/Chapter8/sfml/sfml_test.nim b/tests/niminaction/Chapter8/sfml/sfml_test.nim index e71060cb43c8..3c158d1de73e 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: "freebsd" """ import sfml, os