Skip to content

Commit 5c0b587

Browse files
author
Andrei Neagu
committed
fixed xfail
1 parent b934595 commit 5c0b587

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

services/autoscaling/tests/unit/test_core_settings.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
)
146146
def 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
)
204204
def 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
)
216216
def test_invalid_instance_names(
217217
app_environment: EnvVarsDict, monkeypatch: pytest.MonkeyPatch, faker: Faker

services/clusters-keeper/tests/unit/test_core_settings.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
)
2929
def 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
)
4343
def 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",

0 commit comments

Comments
 (0)