We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf2f1c commit 831318cCopy full SHA for 831318c
tests/regression/test_accounting_oracle_extra_data_full_items.py
@@ -218,6 +218,7 @@ def test_extra_data_full_items(
218
assert contracts.csm.getNodeOperatorSummary(i)["stuckValidatorsCount"] == csm_stuck[(3, i)]
219
220
221
+@pytest.mark.skip("This is a heavy test. Make sure to run it only if there are changes in the Staking Router or CSM contracts")
222
def test_extra_data_most_expensive_report(extra_data_service):
223
"""
224
Make sure the worst report fits into the block gas limit.
0 commit comments