mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-24 11:19:43 +00:00
fix: fail fleet tests instead of skip when RLN is not working
This commit is contained in:
parent
c4358e7d04
commit
e0575f6350
@ -142,7 +142,7 @@ def skip_fleet_test_without_rln(request, fleet_rln_state):
|
||||
if not request.node.get_closest_marker("waku_test_fleet"):
|
||||
return
|
||||
if not fleet_rln_state.get("keystore_prefixes"):
|
||||
pytest.skip("Skipping fleet test: RLN keystore not available " "(RLN_CREDENTIALS not set or on-chain registration failed)")
|
||||
pytest.fail("Failing fleet tests: RLN keystore not available " "(RLN_CREDENTIALS not set or on-chain registration failed)")
|
||||
|
||||
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user