Remove sanity from awsclient

Signed-off-by: anikeev-yadro <a.anikeev@yadro.com>
This commit is contained in:
anikeev-yadro 2023-11-02 11:43:36 +03:00
parent d7144c65bf
commit 52ea27e01e

View file

@ -206,7 +206,7 @@ def cluster_state_controller(client_shell: Shell, cluster: Cluster, healthcheck:
@pytest.fixture( @pytest.fixture(
scope="class", scope="class",
params=[ 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), pytest.param(Boto3ClientWrapper, marks=pytest.mark.boto3),
], ],
) )