jorisvandenbossche commented on pull request #7604:
URL: https://github.com/apache/arrow/pull/7604#issuecomment-656499067


   > Is there a way to skip specific tests, I thought all of the live in spark 
code?
   
   With pytest you can deselect a single test by name (that's also what we do 
with the dask integration tests), but pysparks seems to use a custom test 
runner (https://github.com/apache/spark/blob/master/python/run-tests.py), so no 
idea then. It doesn't seem to allow to deselect, only to select 
(https://github.com/apache/spark/blob/master/python/run-tests.py#L176-L216)


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to