mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-02-26 08:03:13 +00:00
fix: change subnet_size to 2 on 4 node cl
This commit is contained in:
parent
ce6292413c
commit
9dc3950092
@ -73,6 +73,7 @@ class TestApiCompatibility(StepsDataAvailability, StepsConsensus, StepsStorage):
|
||||
assert all(r in rcv_rows_commitments for r in rows_commitments), "Not all rows commitments are present"
|
||||
|
||||
@pytest.mark.usefixtures("setup_4_node_cluster")
|
||||
@pytest.mark.parametrize("setup_4_node_cluster", [{"subnet_size": 2}], indirect=True)
|
||||
def test_da_across_nodes_consensus_compatibility(self):
|
||||
self.disperse_data(DATA_TO_DISPERSE[2], to_app_id(1), to_index(0))
|
||||
delay(5)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user