File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
clusters-keeper/tests/unit Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ def test_EC2_INSTANCES_ALLOWED_TYPES_valid( # noqa: N802
141141
142142
143143@pytest .mark .xfail (
144- "disabling till pydantic2 migration is complete see https://github.com/ITISFoundation/osparc-simcore/pull/6705"
144+ reason = "disabling till pydantic2 migration is complete see https://github.com/ITISFoundation/osparc-simcore/pull/6705"
145145)
146146def test_EC2_INSTANCES_ALLOWED_TYPES_passing_invalid_image_tags ( # noqa: N802
147147 app_environment : EnvVarsDict , monkeypatch : pytest .MonkeyPatch , faker : Faker
@@ -199,7 +199,7 @@ def test_EC2_INSTANCES_ALLOWED_TYPES_passing_valid_image_tags( # noqa: N802
199199
200200
201201@pytest .mark .xfail (
202- "disabling till pydantic2 migration is complete see https://github.com/ITISFoundation/osparc-simcore/pull/6705"
202+ reason = "disabling till pydantic2 migration is complete see https://github.com/ITISFoundation/osparc-simcore/pull/6705"
203203)
204204def test_EC2_INSTANCES_ALLOWED_TYPES_empty_not_allowed ( # noqa: N802
205205 app_environment : EnvVarsDict , monkeypatch : pytest .MonkeyPatch
@@ -211,7 +211,7 @@ def test_EC2_INSTANCES_ALLOWED_TYPES_empty_not_allowed( # noqa: N802
211211
212212
213213@pytest .mark .xfail (
214- "disabling till pydantic2 migration is complete see https://github.com/ITISFoundation/osparc-simcore/pull/6705"
214+ reason = "disabling till pydantic2 migration is complete see https://github.com/ITISFoundation/osparc-simcore/pull/6705"
215215)
216216def test_invalid_instance_names (
217217 app_environment : EnvVarsDict , monkeypatch : pytest .MonkeyPatch , faker : Faker
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def test_settings(app_environment: EnvVarsDict):
2424
2525
2626@pytest .mark .xfail (
27- "disabling till pydantic2 migration is complete see https://github.com/ITISFoundation/osparc-simcore/pull/6705"
27+ reason = "disabling till pydantic2 migration is complete see https://github.com/ITISFoundation/osparc-simcore/pull/6705"
2828)
2929def test_empty_primary_ec2_instances_raises (
3030 app_environment : EnvVarsDict ,
@@ -38,7 +38,7 @@ def test_empty_primary_ec2_instances_raises(
3838
3939
4040@pytest .mark .xfail (
41- "disabling till pydantic2 migration is complete see https://github.com/ITISFoundation/osparc-simcore/pull/6705"
41+ reason = "disabling till pydantic2 migration is complete see https://github.com/ITISFoundation/osparc-simcore/pull/6705"
4242)
4343def test_multiple_primary_ec2_instances_raises (
4444 app_environment : EnvVarsDict ,
@@ -65,7 +65,7 @@ def test_multiple_primary_ec2_instances_raises(
6565
6666
6767@pytest .mark .xfail (
68- "disabling till pydantic2 migration is complete see https://github.com/ITISFoundation/osparc-simcore/pull/6705"
68+ reason = "disabling till pydantic2 migration is complete see https://github.com/ITISFoundation/osparc-simcore/pull/6705"
6969)
7070@pytest .mark .parametrize (
7171 "invalid_tag" ,
You can’t perform that action at this time.
0 commit comments