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 1, 2021
1 parent e8fc3ac commit c19ae06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/www/views/test_views_trigger_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 c19ae06

Please sign in to comment.