From 816c676ae5cccd1456fa70242b0f3de5879ab184 Mon Sep 17 00:00:00 2001 From: Irina Truong Date: Sat, 7 Oct 2023 17:52:27 -0700 Subject: [PATCH] Maybe it's just one scenario. --- tests/features/environment.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/features/environment.py b/tests/features/environment.py index 50ac5faf0..4574b1aa5 100644 --- a/tests/features/environment.py +++ b/tests/features/environment.py @@ -169,9 +169,9 @@ def is_known_problem(scenario): if sys.version_info >= (3, 12): return scenario.name in ( 'interrupt current query via "ctrl + c"', - "run the cli with --username", - "run the cli with --user", - "run the cli with --port", + # "run the cli with --username", + # "run the cli with --user", + # "run the cli with --port", ) return False