Skip to content

Commit fcddb56

Browse files
authored
Marking hardcoded error message test xfail (#680)
Signed-off-by: Jun Ying Tan <[email protected]>
1 parent 1392c27 commit fcddb56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/component/test_interpreter.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ def test___grpc_channel_with_errors___get_error_string___returns_failed_to_retri
3535
assert error_message.startswith("Failed to retrieve error description.")
3636

3737

38+
@pytest.mark.xfail(
39+
reason="Error message differs slightly (extra new line) in the newer version of the driver. "
40+
"Temporary xfail this until we update the driver and hardcoded error message. AB#3050498"
41+
)
3842
@pytest.mark.grpc_only(reason="Tests gRPC-specific error message lookup")
3943
@pytest.mark.parametrize("error_code", list(_ERROR_MESSAGES))
4044
def test___error_code_with_hardcoded_error_message___get_error_string___returns_hardcoded_error_message(

0 commit comments

Comments
 (0)