pull/20938/head
Richard Belleville 5 years ago
parent 10e7befbf4
commit 40510efdc1
  1. 3
      src/python/grpcio_tests/tests/unit/_interceptor_test.py

@ -563,7 +563,8 @@ class InterceptorTest(unittest.TestCase):
# NOTE: The single-threaded unary-stream path does not support the
# grpc.Future interface, so this test does not apply.
@unittest.skipIf(os.getenv("GRPC_SINGLE_THREADED_UNARY_STREAM"), "Not supported.")
@unittest.skipIf(
os.getenv("GRPC_SINGLE_THREADED_UNARY_STREAM"), "Not supported.")
def testInterceptedUnaryRequestStreamResponseWithError(self):
request = _EXCEPTION_REQUEST

Loading…
Cancel
Save