HyukjinKwon commented on a change in pull request #32867:
URL: https://github.com/apache/spark/pull/32867#discussion_r659423301
##########
File path: python/pyspark/pandas/tests/test_stats.py
##########
@@ -31,6 +31,11 @@
from pyspark.testing.sqlutils import SQLTestUtils
+# This is used in run-tests.py to discover the slow test. See more in the doc
of
+# _discover_python_unittests of dev/sparktestsupport/modules.py
+_slow_test = True
Review comment:
sorry for a forth and back. I think we can just remove the leading
underscore since this is referred in another module.
```suggestion
is_slow_test = True
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]