diff --git a/pybatfish/client/session.py b/pybatfish/client/session.py index 8ccc2ef0..803d0194 100644 --- a/pybatfish/client/session.py +++ b/pybatfish/client/session.py @@ -372,7 +372,7 @@ def __init__( self.elapsed_delay = 5 # type: int self.stale_timeout = 5 # type: int - self.enable_diagnostics = True # type: bool + self.enable_diagnostics = False # type: bool # Auto-load question templates if load_questions: