Skip to content

Commit 141fffe

Browse files
committed
mark slow
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
1 parent 125aa34 commit 141fffe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/zkevm/test_worst_stateful_opcodes.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
False,
4343
],
4444
)
45+
@pytest.mark.slow()
4546
def test_worst_address_state_cold(
4647
blockchain_test: BlockchainTestFiller,
4748
pre: Alloc,
@@ -130,6 +131,7 @@ def test_worst_address_state_cold(
130131
False,
131132
],
132133
)
134+
@pytest.mark.slow()
133135
def test_worst_address_state_warm(
134136
blockchain_test: BlockchainTestFiller,
135137
pre: Alloc,
@@ -201,6 +203,7 @@ class StorageAction:
201203
False,
202204
],
203205
)
206+
@pytest.mark.slow()
204207
def test_worst_storage_access_cold(
205208
blockchain_test: BlockchainTestFiller,
206209
pre: Alloc,
@@ -308,6 +311,7 @@ def test_worst_storage_access_cold(
308311
pytest.param(StorageAction.WRITE_NEW_VALUE, id="SSTORE new value"),
309312
],
310313
)
314+
@pytest.mark.slow()
311315
def test_worst_storage_access_warm(
312316
blockchain_test: BlockchainTestFiller,
313317
pre: Alloc,
@@ -376,6 +380,7 @@ def test_worst_storage_access_warm(
376380

377381

378382
@pytest.mark.valid_from("Cancun")
383+
@pytest.mark.slow()
379384
def test_worst_blockhash(
380385
blockchain_test: BlockchainTestFiller,
381386
pre: Alloc,
@@ -409,6 +414,7 @@ def test_worst_blockhash(
409414

410415

411416
@pytest.mark.valid_from("Cancun")
417+
@pytest.mark.slow()
412418
def test_worst_selfbalance(
413419
blockchain_test: BlockchainTestFiller,
414420
pre: Alloc,
@@ -445,6 +451,7 @@ def test_worst_selfbalance(
445451
pytest.param(5 * 1024, id="5KiB"),
446452
],
447453
)
454+
@pytest.mark.slow()
448455
def test_worst_extcodecopy_warm(
449456
blockchain_test: BlockchainTestFiller,
450457
pre: Alloc,

0 commit comments

Comments
 (0)