skip test metric

This commit is contained in:
aya 2024-12-15 13:47:50 +02:00
parent 3e3b9fa0f4
commit 3ad53955ce

View File

@ -10,6 +10,7 @@ from src.steps.store import StepsStore
class TestMetrics(StepsRelay, StepsMetrics, StepsFilter, StepsLightPush, StepsStore):
@pytest.mark.skip
def test_metrics_initial_value(self):
node = WakuNode(DEFAULT_NWAKU, f"node1_{self.test_id}")
node.start(relay="true", filter="true", store="true", lightpush="true")