test: skip duplicate test

This commit is contained in:
Krrish Dholakia 2024-07-19 18:51:50 -07:00
parent 614e292bed
commit 9e098326d0

View file

@ -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 = {