Skip to content

Commit 3a70b66

Browse files
authored
chore(tests): add zkevm marker for bls g1 add tests (#1514)
* add zkevm marker for bls tests * cmd: `ruff check --fix` * Update test_bls12_g1add.py
1 parent eb04f39 commit 3a70b66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/prague/eip2537_bls_12_381_precompiles/test_bls12_g1add.py

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
pytestmark = [
1919
pytest.mark.valid_from("Prague"),
2020
pytest.mark.parametrize("precompile_address", [Spec.G1ADD], ids=[""]),
21+
pytest.mark.zkevm,
2122
]
2223

2324

0 commit comments

Comments
 (0)