Skip to content

Commit

Permalink
Maybe it's just one scenario.
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bennet committed Oct 8, 2023
1 parent 38a0798 commit 816c676
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/features/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 816c676

Please sign in to comment.