TODO: can we fix this?
(scenario)
| 151 | |
| 152 | |
| 153 | def is_known_problem(scenario): |
| 154 | """TODO: can we fix this?""" |
| 155 | return scenario.name in ( |
| 156 | 'interrupt current query via "ctrl + c"', |
| 157 | "run the cli with --username", |
| 158 | "run the cli with --user", |
| 159 | "run the cli with --port", |
| 160 | "confirm exit when a transaction is ongoing", |
| 161 | "cancel exit when a transaction is ongoing", |
| 162 | "run the cli and exit", |
| 163 | ) |
| 164 | |
| 165 | |
| 166 | def before_scenario(context, scenario): |