Merge remote-tracking branch 'origin/test/v0.39.0-rc.0' into test/v0.39.0-rc.0

This commit is contained in:
Aya Hassan 2026-06-17 22:01:20 +02:00
commit f60d1a179b
2 changed files with 2 additions and 0 deletions

View File

@ -230,6 +230,7 @@ jobs:
NODE_1: "wakuorg/nwaku:latest"
NODE_2: "wakuorg/nwaku:latest"
ADDITIONAL_NODES: "wakuorg/nwaku:latest,wakuorg/nwaku:latest,wakuorg/nwaku:latest"
RLN_CREDENTIALS: ${{ secrets.RLN_CREDENTIALS }}
steps:
- uses: actions/checkout@v4
with:

View File

@ -13,6 +13,7 @@ from src.test_data import SAMPLE_INPUTS
logger = get_custom_logger(__name__)
@pytest.mark.skip(reason="Skip all RLN tests during transition phase")
@pytest.mark.xdist_group(name="RLN serial tests")
class TestRelayRLN(StepsRLN, StepsRelay):
SAMPLE_INPUTS_RLN = SAMPLE_INPUTS + SAMPLE_INPUTS + SAMPLE_INPUTS