Skip to content

Commit 505fbc4

Browse files
committed
Temporily disable test while it is being fixed.
1 parent e2c57f4 commit 505fbc4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/builtin/test_messages.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44
"""
55

66

7-
from test.helper import check_evaluation_as_in_cli, session
7+
from test.helper import check_evaluation_as_in_cli
88

99
import pytest
1010

11+
print("\n***Rocky will address this soon.***")
1112

13+
14+
@pytest.mark.skip(reason="Rocky will address this soon")
1215
@pytest.mark.parametrize(
1316
("str_expr", "msgs", "str_expected", "fail_msg"),
1417
[

0 commit comments

Comments
 (0)