Skip to content

Commit b55a789

Browse files
committed
dbrx fix test API currently not responding
1 parent 1b7ac09 commit b55a789

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/local_testing/test_completion_cost.py

+1
Original file line numberDiff line numberDiff line change
@@ -1272,6 +1272,7 @@ def test_completion_cost_prompt_caching(model, custom_llm_provider):
12721272
# "databricks/databricks-mixtral-8x7b-instruct",
12731273
],
12741274
)
1275+
@pytest.mark.skip(reason="databricks is having an active outage")
12751276
def test_completion_cost_databricks(model):
12761277
os.environ["LITELLM_LOCAL_MODEL_COST_MAP"] = "True"
12771278
litellm.model_cost = litellm.get_model_cost_map(url="")

0 commit comments

Comments
 (0)