Skip to content

Commit

Permalink
Mark TestSparkKubernetes test as db test (apache#41500)
Browse files Browse the repository at this point in the history
This test missed the mark and it has not been detected because of
a bugggy pytest behaviour pytest-dev/pytest#12605
that we had to workaround in apache#41499
  • Loading branch information
potiuk authored and Artuz37 committed Aug 19, 2024
1 parent 4ea24cd commit 1f5210a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ def create_context(task):
}


@pytest.mark.db_test
@patch("airflow.providers.cncf.kubernetes.utils.pod_manager.PodManager.fetch_requested_container_logs")
@patch("airflow.providers.cncf.kubernetes.utils.pod_manager.PodManager.await_pod_completion")
@patch("airflow.providers.cncf.kubernetes.utils.pod_manager.PodManager.await_pod_start")
Expand Down

0 comments on commit 1f5210a

Please sign in to comment.