Remove sanity from awsclient

Signed-off-by: anikeev-yadro <a.anikeev@yadro.com>
support/v0.39
anikeev-yadro 2023-11-02 11:43:36 +03:00
parent d7144c65bf
commit 52ea27e01e
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ def cluster_state_controller(client_shell: Shell, cluster: Cluster, healthcheck:
@pytest.fixture(
scope="class",
params=[
pytest.param(AwsCliClient, marks=[pytest.mark.aws, pytest.mark.sanity]),
pytest.param(AwsCliClient, marks=pytest.mark.aws),
pytest.param(Boto3ClientWrapper, marks=pytest.mark.boto3),
],
)