Skip to content

Commit

Permalink
Remove trigger-dag-run with configuration from quarantine
Browse files Browse the repository at this point in the history
This test caused missing failure that manifested in 2.1.1 in
the apache#16810
  • Loading branch information
potiuk committed Aug 7, 2021
1 parent cb0b895 commit ea5f1a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/www/views/test_views_trigger_dag.py
Expand Up @@ -27,7 +27,7 @@
from tests.test_utils.www import check_content_in_response


@pytest.fixture(scope="module", autouse=True)
@pytest.fixture(scope="function", autouse=True)
def initialize_one_dag():
with create_session() as session:
DagBag().get_dag("example_bash_operator").sync_to_db(session=session)
Expand All @@ -53,7 +53,6 @@ def test_trigger_dag_button(admin_client):
assert run.run_type == DagRunType.MANUAL


@pytest.mark.quarantined
def test_trigger_dag_conf(admin_client):
test_dag_id = "example_bash_operator"
conf_dict = {'string': 'Hello, World!'}
Expand Down

0 comments on commit ea5f1a5

Please sign in to comment.