forked from phoenix/litellm-mirror
test: skip duplicate test
This commit is contained in:
parent
614e292bed
commit
9e098326d0
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ def test_context_window(model):
|
||||||
models = ["command-nightly"]
|
models = ["command-nightly"]
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip(reason="duplicate test.")
|
||||||
@pytest.mark.parametrize("model", models)
|
@pytest.mark.parametrize("model", models)
|
||||||
def test_context_window_with_fallbacks(model):
|
def test_context_window_with_fallbacks(model):
|
||||||
ctx_window_fallback_dict = {
|
ctx_window_fallback_dict = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue