Skip to content

Commit 16f5eae

Browse files
committed
add slow marker
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
1 parent 5acdc9f commit 16f5eae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/zkevm/test_worst_compute.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ def test_worst_keccak(
115115
pytest.param(0x04, 15, 3, 1, id="IDENTITY"),
116116
],
117117
)
118+
@pytest.mark.slow()
118119
def test_worst_precompile_only_data_input(
119120
blockchain_test: BlockchainTestFiller,
120121
pre: Alloc,
@@ -369,6 +370,7 @@ def test_worst_modexp(
369370
),
370371
],
371372
)
373+
@pytest.mark.slow()
372374
def test_worst_precompile_fixed_cost(
373375
blockchain_test: BlockchainTestFiller,
374376
pre: Alloc,

0 commit comments

Comments
 (0)