yonghyeokrhee commented on issue #52020: URL: https://github.com/apache/airflow/issues/52020#issuecomment-2999197379
@potiuk just to make sure the goal of the issue. is it possible to remove pytestmark = pytest.mark.db_test up-front and mark a decorator for a test if that test needs @pytest.mark.db_test? for example, providers such as sfpt skips 103 tests with pytestmark = pytest.mark.db_test declaration up-front. Is it also the right thing to remove pytestmark = pytest.mark.db_test then decorate @pytest.mark.db_test for every 103 tests which needs a db_test? -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org