diff --git a/cirq-google/cirq_google/engine/engine.py b/cirq-google/cirq_google/engine/engine.py index 71a1657eacd..269e327d097 100644 --- a/cirq-google/cirq_google/engine/engine.py +++ b/cirq-google/cirq_google/engine/engine.py @@ -89,7 +89,7 @@ def __init__( timeout: Optional[int] = None, serializer: Serializer = CIRCUIT_SERIALIZER, # TODO(#5996) Remove enable_streaming once the feature is stable. - enable_streaming: bool = True, + enable_streaming: bool = False, ) -> None: """Context and client for using Quantum Engine.