uranusjr commented on pull request #18903: URL: https://github.com/apache/airflow/pull/18903#issuecomment-940813006
This seems to skip all tests unconditionally ``` Starting the tests with those pytest arguments: --verbosity=0 --strict-markers --durations=100 --cov=airflow/ --cov-config=.coveragerc --cov-report=xml:/files/coverage-All-sqlite.xml --color=yes --maxfail=50 --pythonwarnings=ignore::DeprecationWarning --pythonwarnings=ignore::PendingDeprecationWarning --junitxml=/files/test_result-All-sqlite.xml --timeouts-order moi --setup-timeout=60 --execution-timeout=60 --teardown-timeout=60 -rfEX --with-db-init --integration false tests/api_connexion/endpoints/test_role_and_permission_endpoint.py platform linux -- Python 3.7.12, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 rootdir: /opt/airflow, configfile: pytest.ini plugins: rerunfailures-9.1.1, xdist-2.4.0, requests-mock-1.9.3, forked-1.3.0, asyncio-0.15.1, cov-3.0.0, anyio-3.3.3, flaky-3.7.0, timeouts-1.2.1, instafail-0.4.2, httpx-0.13.0 setup timeout: 60.0s, execution timeout: 60.0s, teardown timeout: 60.0s collected 44 items tests/api_connexion/endpoints/test_role_and_permission_endpoint.py ssssssssssssssssssssssssssssssssssssssssssss ``` (line breaks added manually to make things easier to read) -- 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]
