server : fix format_infill (#10724)
* server : fix format_infill * fix * rename * update test * use another model * update test * update test * test_invalid_input_extra_req
This commit is contained in:
parent
e52522b869
commit
ce8784bdb1
3 changed files with 53 additions and 8 deletions
|
@ -371,3 +371,6 @@ def match_regex(regex: str, text: str) -> bool:
|
|||
).search(text)
|
||||
is not None
|
||||
)
|
||||
|
||||
def is_slow_test_allowed():
|
||||
return os.environ.get("SLOW_TESTS") == "1" or os.environ.get("SLOW_TESTS") == "ON"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue