kaxil commented on a change in pull request #10768:
URL: https://github.com/apache/airflow/pull/10768#discussion_r484501712
##########
File path: TESTING.rst
##########
@@ -324,6 +324,18 @@ Those tests are marked with ``@pytest.mark.quarantined``
annotation.
Those tests are skipped by default. You can enable them with
``--include-quarantined`` flag. You
can also decide to only run tests with ``-m quarantined`` flag to run only
those tests.
+Heisen tests
+------------
+
+Some of our tests are Heisentests. This means that they run fine in isolation
but when they run together with
+others they might fail the tests (this is likely to resource consumptions).
Therefore we run those tests
Review comment:
```suggestion
others they might fail the tests (this is likely due to resource
consumptions). Therefore we run those tests
```
----------------------------------------------------------------
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]