Skip to content

Commit

Permalink
Mark TestSparkKubernetes test as db test (#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 #41499
  • Loading branch information
potiuk authored Aug 15, 2024
1 parent 0e7c757 commit 666183f
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 666183f

Please sign in to comment.