Skip to content

Commit

Permalink
skip: remove fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
NohaIhab committed Sep 18, 2024
1 parent d0be26f commit d459df2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions driver/test_kubeflow_workloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def create_poddefaults_on_proxy(request, lightkube_client):


@pytest.mark.dependency()
async def test_create_profile(ops_test, lightkube_client, create_profile):
async def test_create_profile(lightkube_client, create_profile):
"""Test Profile creation.
This test relies on the create_profile fixture, which handles the Profile creation and
Expand Down Expand Up @@ -176,7 +176,6 @@ async def test_create_profile(ops_test, lightkube_client, create_profile):

@pytest.mark.dependency(depends=["test_create_profile"])
def test_kubeflow_workloads(
ops_test,
lightkube_client,
pytest_cmd,
tests_checked_out_commit,
Expand Down

0 comments on commit d459df2

Please sign in to comment.