Skip to content

Commit

Permalink
Unbreak main after missing classes were added (#23819)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored May 19, 2022
1 parent f60fa98 commit 00e78fd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/always/test_project_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,9 +433,6 @@ class TestAmazonProviderProjectStructure(ExampleCoverageTest):
}

MISSING_EXAMPLES_FOR_CLASSES = {
# DMS examples DAGs are currently in development
'airflow.providers.amazon.aws.operators.dms.DmsDescribeTasksOperator',
'airflow.providers.amazon.aws.operators.dms.DmsStopTaskOperator',
# EMR legitimately missing, needs development
'airflow.providers.amazon.aws.operators.emr.EmrModifyClusterOperator',
'airflow.providers.amazon.aws.sensors.emr.EmrContainerSensor',
Expand Down

0 comments on commit 00e78fd

Please sign in to comment.