Skip to content

Commit 2969fff

Browse files
committed
test: fix deployment epoch to 1.3.0
1 parent b001059 commit 2969fff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

E2E-tests/config/substrate/staging_nodes.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"deployment_mc_epoch": 815,
2+
"deployment_mc_epoch": 813,
3+
"initial_pc_epoch": 4824881,
34
"genesis_utxo": "0c1fe996e4bdc2480d1e16c57823b4c5cd80b190d0814212977835ecce24afe3#1",
45
"deployment_version": "v1.4.0-rc9",
56
"test_environment": "staging",

E2E-tests/tests/committee/test_blocks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ def test_block_authors_match_committee_seats(
137137

138138
@mark.skip_blockchain("pc_evm", reason="not implemented yet on pc_evm")
139139
@mark.test_key('ETCM-7481')
140-
@mark.xfail(run=False, reason="[ETCM-8543] Fix test to go off specifications")
141140
@mark.mc_state_reference_block
142141
def test_block_headers_have_mc_hash(api: BlockchainApi, config: ApiConfig, pc_epoch, get_pc_epoch_blocks):
143142
"""Test block headers have mainchain hash

0 commit comments

Comments
 (0)