File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ markers =
4848 # We run these tests with multiple major pyarrow versions (BEAM-11211)
4949 uses_pyarrow: tests that utilize pyarrow in some way
5050 uses_pytorch: tests that utilize pytorch in some way
51- uses_sklearn: collects for Sklearn RunInference integration test runs.
51+ uses_sklearn: tests that utilize scikit-learn in some way
5252
5353# Default timeout intended for unit tests.
5454# If certain tests need a different value, please see the docs on how to
Original file line number Diff line number Diff line change @@ -211,6 +211,7 @@ task torchInferenceTest {
211211 args ' -c' , " . ${ envdir} /bin/activate && export FORCE_TORCH_IT=1 && ${ runScriptsDir} /run_integration_test.sh $cmdArgs "
212212 }
213213 }
214+
214215}
215216// Scikit-learn RunInference IT tests
216217task sklearnInferenceTest {
You can’t perform that action at this time.
0 commit comments