Skip to content

Commit

Permalink
Fix broken main branch (#23751)
Browse files Browse the repository at this point in the history
main branch is broken since #23630 needed rebase before merge
as #23730 added the missing example dag
  • Loading branch information
eladkal authored May 17, 2022
1 parent cf9c217 commit c3cd787
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/always/test_project_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}
Expand Down

0 comments on commit c3cd787

Please sign in to comment.