We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1392c27 commit fcddb56Copy full SHA for fcddb56
tests/component/test_interpreter.py
@@ -35,6 +35,10 @@ def test___grpc_channel_with_errors___get_error_string___returns_failed_to_retri
35
assert error_message.startswith("Failed to retrieve error description.")
36
37
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
+)
42
@pytest.mark.grpc_only(reason="Tests gRPC-specific error message lookup")
43
@pytest.mark.parametrize("error_code", list(_ERROR_MESSAGES))
44
def test___error_code_with_hardcoded_error_message___get_error_string___returns_hardcoded_error_message(
0 commit comments