This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 53fd6ec2bf Mark db tests for tests introduced in PR #40724 (#40869)
53fd6ec2bf is described below
commit 53fd6ec2bfda7b5de4cda1d7076d5c66b611fcf3
Author: Pankaj Koti <[email protected]>
AuthorDate: Thu Jul 18 23:03:17 2024 +0530
Mark db tests for tests introduced in PR #40724 (#40869)
---
tests/providers/databricks/plugins/test_databricks_workflow.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/providers/databricks/plugins/test_databricks_workflow.py
b/tests/providers/databricks/plugins/test_databricks_workflow.py
index ec498f153a..ad14be2bd5 100644
--- a/tests/providers/databricks/plugins/test_databricks_workflow.py
+++ b/tests/providers/databricks/plugins/test_databricks_workflow.py
@@ -126,6 +126,7 @@ def app():
yield app
[email protected]_test
def test_get_task_instance(app):
with app.app_context():
operator = Mock()
@@ -143,6 +144,7 @@ def test_get_task_instance(app):
assert result == dag_run
[email protected]_test
def test_workflow_job_run_link(app):
with app.app_context():
link = WorkflowJobRunLink()
@@ -177,6 +179,7 @@ def test_workflow_job_run_link(app):
assert "https://mockhost/#job/1/run/1" in result
[email protected]_test
def test_workflow_job_repair_single_failed_link(app):
with app.app_context():
link = WorkflowJobRepairSingleTaskLink()