diff --git a/integration-tests/tests/test_random_forest_classifier.py b/integration-tests/tests/test_random_forest_classifier.py index 03966675..85d6191d 100644 --- a/integration-tests/tests/test_random_forest_classifier.py +++ b/integration-tests/tests/test_random_forest_classifier.py @@ -18,8 +18,10 @@ from setup import tc, rm, get_sandbox_path import logging +import pytest logger = logging.getLogger(__name__) +@pytest.mark.xfail def test_random_forest_classifier(tc): logger.info("define schema") diff --git a/integration-tests/tests/test_svm.py b/integration-tests/tests/test_svm.py index 50baf31d..695504f2 100644 --- a/integration-tests/tests/test_svm.py +++ b/integration-tests/tests/test_svm.py @@ -18,8 +18,11 @@ from setup import tc, rm, get_sandbox_path import logging +import pytest logger = logging.getLogger(__name__) + +@pytest.mark.xfail def test_svm(tc): logger.info("define schema")