From c3cd787afe92816b738cef50fd26d3db6aa52fe1 Mon Sep 17 00:00:00 2001 From: eladkal <45845474+eladkal@users.noreply.github.com> Date: Tue, 17 May 2022 16:43:53 +0300 Subject: [PATCH] Fix broken main branch (#23751) main branch is broken since https://github.com/apache/airflow/pull/23630 needed rebase before merge as https://github.com/apache/airflow/pull/23730 added the missing example dag --- tests/always/test_project_structure.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/always/test_project_structure.py b/tests/always/test_project_structure.py index 9fb8f3b1e48ae..9f460df983a71 100644 --- a/tests/always/test_project_structure.py +++ b/tests/always/test_project_structure.py @@ -441,8 +441,6 @@ class TestAmazonProviderProjectStructure(ExampleCoverageTest): 'airflow.providers.amazon.aws.sensors.emr.EmrContainerSensor', # S3 Exasol transfer difficult to test, see: https://github.com/apache/airflow/issues/22632 'airflow.providers.amazon.aws.transfers.exasol_to_s3.ExasolToS3Operator', - # S3 legitimately missing, needs development - 'airflow.providers.amazon.aws.transfers.gcs_to_s3.GCSToS3Operator', # Glue Catalog sensor difficult to test 'airflow.providers.amazon.aws.sensors.glue_catalog_partition.GlueCatalogPartitionSensor', }