diff --git a/qa/L0_request_cancellation/client_cancellation_test.py b/qa/L0_request_cancellation/client_cancellation_test.py index 5808529eca..c2bc0a0bf9 100755 --- a/qa/L0_request_cancellation/client_cancellation_test.py +++ b/qa/L0_request_cancellation/client_cancellation_test.py @@ -152,6 +152,7 @@ def test_grpc_stream_infer(self): self._record_end_time_ms() self._test_runtime_duration(5000) + # Disabling AsyncIO cancellation testing. Enable once # DLIS-5476 is implemented. # def test_aio_grpc_async_infer(self):