From ae11280f0c4bee1dbfa391f733fca9e976ae030d Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 4 Feb 2025 15:45:25 +0800 Subject: [PATCH] fix: remove skip for test_da_sampling_determines_data_presence --- tests/data_integrity/test_data_integrity.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/data_integrity/test_data_integrity.py b/tests/data_integrity/test_data_integrity.py index 6afc39a..f3380d9 100644 --- a/tests/data_integrity/test_data_integrity.py +++ b/tests/data_integrity/test_data_integrity.py @@ -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)