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 9781532 commit b7e8bc0Copy full SHA for b7e8bc0
tests/integration/test_examples.py
@@ -77,6 +77,7 @@ def Session(*args, **kwargs):
77
def test_scikit_regression_model(session, change_dir):
78
"""Ensure the register_scikit_regression_model.py example executes successfully."""
79
80
+ pytest.skip('Re-enable once MAS publish no longer hangs.')
81
# Mock up Session() to return the Betamax-recorded session
82
def Session(*args, **kwargs):
83
return session
0 commit comments