Skip to content

skip tests that require local node#817

Merged
dessaya merged 1 commit intoiotaledger:ql-devfrom
dessaya:fix-tests
Apr 2, 2026
Merged

skip tests that require local node#817
dessaya merged 1 commit intoiotaledger:ql-devfrom
dessaya:fix-tests

Conversation

@dessaya
Copy link
Copy Markdown
Contributor

@dessaya dessaya commented Mar 31, 2026

No description provided.

Comment on lines +24 to +26
if !l1starter.IsLocalConfigured() {
t.Skip("test requires local node configuration")
}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be something like if l1starter.IsSimulator() {. Because we would still want to run this tests against real network

@dessaya dessaya merged commit 40ff3a8 into iotaledger:ql-dev Apr 2, 2026
2 of 4 checks passed
@dessaya dessaya deleted the fix-tests branch April 2, 2026 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants