We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9ff49 commit 4f01c4fCopy full SHA for 4f01c4f
tests/integration/test_examples.py
@@ -45,6 +45,8 @@ def Session(*args, **kwargs):
45
def test_full_lifecycle(session):
46
"""Ensure the sklearn_model.py example executes successfully."""
47
48
+ pytest.xfail('Need to record & replay CAS connections.')
49
+
50
# Mock up Session() to return the Betamax-recorded session
51
def Session(*args, **kwargs):
52
return session
0 commit comments