Skip to content

Commit b4871d2

Browse files
committed
Skip scenario tests until sklearn model score code is refactored for SAS Viya 4
1 parent 94b36bf commit b4871d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/scenarios/test_project_with_sas_and_sklearn_regression_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def clean():
4646

4747

4848
def test(cas_session, boston_dataset):
49+
pytest.skip("Re-enable when sklearn score code is refactored for SAS Viya 4.")
4950
cas_session.loadactionset('regression')
5051

5152
tbl = cas_session.upload(boston_dataset).casTable

0 commit comments

Comments
 (0)