xfail the metrics test

This commit is contained in:
Aya Hassan 2026-07-07 16:16:44 +02:00
parent 8adba3f742
commit 3d830f6301

View File

@ -10,6 +10,7 @@ from src.steps.store import StepsStore
class TestMetrics(StepsRelay, StepsMetrics, StepsFilter, StepsLightPush, StepsStore):
@pytest.mark.xfail(reason="these metrics are new from libp2p and has no values yet")
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")