Skip test not applicable to unary-stream case

pull/20938/head
Richard Belleville 5 years ago
parent a08da012d2
commit df8bd10b96
  1. 3
      src/python/grpcio_tests/tests/unit/_interceptor_test.py

@ -560,6 +560,9 @@ class InterceptorTest(unittest.TestCase):
's1:intercept_service', 's2:intercept_service'
])
# 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"))
def testInterceptedUnaryRequestStreamResponseWithError(self):
request = _EXCEPTION_REQUEST

Loading…
Cancel
Save