From dce531d1dbec888e57380f5991137d934933c729 Mon Sep 17 00:00:00 2001 From: Anand Inguva Date: Wed, 24 Aug 2022 00:16:16 +0530 Subject: [PATCH] unskip sklearn IT test --- .../python/apache_beam/ml/inference/sklearn_inference_it_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sdks/python/apache_beam/ml/inference/sklearn_inference_it_test.py b/sdks/python/apache_beam/ml/inference/sklearn_inference_it_test.py index 5b18874bbed3..0494b3417e09 100644 --- a/sdks/python/apache_beam/ml/inference/sklearn_inference_it_test.py +++ b/sdks/python/apache_beam/ml/inference/sklearn_inference_it_test.py @@ -53,7 +53,6 @@ def file_lines_sorted(filepath): @pytest.mark.uses_sklearn @pytest.mark.it_postcommit class SklearnInference(unittest.TestCase): - @pytest.mark.skip def test_sklearn_mnist_classification(self): test_pipeline = TestPipeline(is_integration_test=True) input_file = 'gs://apache-beam-ml/testing/inputs/it_mnist_data.csv'