We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5a4e1 commit 4bc677fCopy full SHA for 4bc677f
1 file changed
tests/test_extract_model.py
@@ -94,6 +94,7 @@ def test_models(expected_model: str, model: Any):
94
95
96
# all models here need to be tested here because we take the model from the kwargs / invocation_params or we need to make an actual call for setup
97
+@pytest.mark.skip("Flaky")
98
@pytest.mark.parametrize(
99
"expected_model,model",
100
[
0 commit comments