From 489818bc24957997c734905ed5fadfe11a84c3f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Falc=C3=A3o?= Date: Mon, 10 May 2010 00:47:55 -0300 Subject: [PATCH] disabling pt-br functional test in order to make the rc1 --- tests/functional/language_specific_features/test_ptbr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/language_specific_features/test_ptbr.py b/tests/functional/language_specific_features/test_ptbr.py index 3888689fa..e06edbff7 100644 --- a/tests/functional/language_specific_features/test_ptbr.py +++ b/tests/functional/language_specific_features/test_ptbr.py @@ -49,7 +49,7 @@ def assert_stdout_lines(other): assert_lines(one, other) @with_setup(prepare_stdout) -def test_output_with_success_colorless(): +def _test_output_with_success_colorless(): "Language: pt-br -> sucess colorless" runner = Runner(join_path('pt-br', 'success', 'dumb.feature'), verbosity=3)