Skip to content

Commit

Permalink
Merge pull request rancher#41433 from markusewalker/markusv26/autouse…
Browse files Browse the repository at this point in the history
…-false

[v2.6] Set autouse to False in AKS/EKS v2 tests
  • Loading branch information
Israel Gomez authored May 5, 2023
2 parents 5da2034 + 0adf1a7 commit 732f317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def create_and_validate_aks_cluster(cluster_config, imported=False):
return client, cluster


@pytest.fixture(scope='module', autouse="True")
@pytest.fixture(scope='module', autouse="False")
def create_project_client(request):
def fin():
client = get_user_client()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def create_resources_eks():
return cluster_name


@pytest.fixture(scope='module', autouse="True")
@pytest.fixture(scope='module', autouse="False")
def create_project_client(request):

def fin():
Expand Down

0 comments on commit 732f317

Please sign in to comment.