dazza-codes commented on issue #6876: [AIRFLOW-6322] Add pytest.mark.slow marker
URL: https://github.com/apache/airflow/pull/6876#issuecomment-568616731
 
 
   I want to tag something and did so in another PR, but I first need this PR 
to be accepted due to review concerns on the other PR and I don't want the 
other PR to be held up by this issue.
   
   The question of what is `slow` is relative, of course.  When most tests on a 
module all complete in < 1 sec, but one of them takes up to 30 sec (and it's 
out of our control), the 30 sec test can be marked with `@pytest.mark.slow` and 
that helps to skip it so that all the other tests can run quickly and the 
dev-test cycle is so much faster.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to