This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new e2d76d56230 [v3-1-test] Fix minor typos and documentation issues 
(#63658) (#63699)
e2d76d56230 is described below

commit e2d76d56230388ee123a0be9a54ed9400c50a9af
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 16 10:35:48 2026 +0200

    [v3-1-test] Fix minor typos and documentation issues (#63658) (#63699)
    
    (cherry picked from commit 0f43a55e1d1fa684b98275e1a872fd5ce17c82df)
    
    Co-authored-by: Kunal Bhattacharya <[email protected]>
---
 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 af0554c48ab..d2abc314598 100644
--- a/contributing-docs/testing/integration_tests.rst
+++ b/contributing-docs/testing/integration_tests.rst
@@ -45,13 +45,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
 

Reply via email to