mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-02 21:23:07 +00:00
fix: remove skip for test_da_sampling_determines_data_presence
This commit is contained in:
parent
b4d32df1db
commit
ae11280f0c
@ -21,7 +21,6 @@ class TestDataIntegrity(StepsDataAvailability):
|
||||
reconstructed_data = []
|
||||
assert DATA_TO_DISPERSE[0] == bytes(reconstructed_data).decode("utf-8")
|
||||
|
||||
@pytest.mark.skip(reason="Waiting for Nomos testnet images could evolve blockchain")
|
||||
@pytest.mark.usefixtures("setup_2_node_cluster")
|
||||
def test_da_sampling_determines_data_presence(self):
|
||||
self.disperse_data(DATA_TO_DISPERSE[0], [0] * 31 + [1], [0] * 8)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user