This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 0f43a55e1d1 Fix minor typos and documentation issues (#63658)
0f43a55e1d1 is described below
commit 0f43a55e1d1fa684b98275e1a872fd5ce17c82df
Author: Kunal Bhattacharya <[email protected]>
AuthorDate: Mon Mar 16 12:33:48 2026 +0530
Fix minor typos and documentation issues (#63658)
---
contributing-docs/testing/integration_tests.rst | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/contributing-docs/testing/integration_tests.rst
b/contributing-docs/testing/integration_tests.rst
index 36dadb6a529..e44da0b70e7 100644
--- a/contributing-docs/testing/integration_tests.rst
+++ b/contributing-docs/testing/integration_tests.rst
@@ -47,13 +47,12 @@ NOTE: Every integration requires a separate container with
the corresponding int
These containers take precious resources on your PC, mainly the memory. The
started integrations are not stopped
until you stop the Breeze environment with the ``breeze down`` command.
-While you can run ``breeze`` or ``breeze shell` with one or multiple
integrations enabled, some integrations
+While you can run ``breeze`` or ``breeze shell`` with one or multiple
integrations enabled, some integrations
are pure "provider" integrations, and some are "core" integration. Which means
that some of the integrations
have tests defined in the "providers" tests (because they are testing provider
features), but other
-integrations are testing core features of Airflow (Fore example executors with
CeleryExecutor).
+integrations are testing core features of Airflow (For example executors with
CeleryExecutor).
-The following integrations are available ("Core tests ?" column indicates if
the integration is a
-core or provider type of test.
+The following integrations are available.
.. BEGIN AUTO-GENERATED INTEGRATION LIST