diff --git a/tests/functional/exception/test_handling_name_and_message.py b/tests/functional/exception/test_handling_name_and_message.py index e737cb9d..c3e3ace3 100644 --- a/tests/functional/exception/test_handling_name_and_message.py +++ b/tests/functional/exception/test_handling_name_and_message.py @@ -157,6 +157,7 @@ expected_stdout = """ Records affected: 1 """ +@pytest.mark.intl @pytest.mark.version('>=4.0') def test_1(act: Action): act.expected_stdout = expected_stdout diff --git a/tests/functional/intl/test_non_ascii_firebird_and_trace_utf8.py b/tests/functional/intl/test_non_ascii_firebird_and_trace_utf8.py index 42f46800..45ad345b 100644 --- a/tests/functional/intl/test_non_ascii_firebird_and_trace_utf8.py +++ b/tests/functional/intl/test_non_ascii_firebird_and_trace_utf8.py @@ -41,6 +41,7 @@ substitutions = [ ('.* FAILED EXECUTE_TRIGGER_FINISH', 'FAILED EXECUTE_TRIGGER_F act = python_act('db', substitutions = substitutions) +@pytest.mark.intl @pytest.mark.trace @pytest.mark.version('>=4.0') def test_1(act: Action, tmp_worker: User, capsys):