Skip to content

Commit

Permalink
tests: enable test for ContainerAliasFee, closes #630 (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov authored Sep 26, 2023
2 parents 2d87021 + 695272a commit 8ef0656
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pytest_tests/testsuites/network/test_config_changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"AuditFee": "audit_fee",
"EpochDuration": "epoch_duration",
"ContainerFee": "container_fee",
"ContainerAliasFee": "container_alias_fee",
"EigenTrustIterations": "number_of_eigentrust_iterations",
"EigenTrustAlpha": "eigentrust_alpha",
"InnerRingCandidateFee": "inner_ring_candidate_fee",
Expand All @@ -33,13 +34,7 @@ class TestNetworkConfigChange(ClusterTestBase):
("AuditFee", 5000),
("EpochDuration", 480),
("ContainerFee", 2000),
pytest.param(
"ContainerAliasFee",
5000,
marks=pytest.mark.skip(
reason="https://github.com/nspcc-dev/neofs-testcases/issues/630"
),
),
("ContainerAliasFee", 5000),
("EigenTrustIterations", 8),
("EigenTrustAlpha", 0.2),
("InnerRingCandidateFee", 5000000000),
Expand Down

0 comments on commit 8ef0656

Please sign in to comment.