Tag integration tests which require public DNS #595
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@p4u1 mentioned that it's possible to run the test suite locally and only a few tests require public DNS. We should tag these tests so we can run only the local ones. This will help when we go for coop-cloud/organising#584 and we split up the tests into e.g. "fast" / "slow" / "needs dns", etc.
decentral1se referenced this issue2024-03-29 10:29:24 +00:00
@p4u1 you don't by any chance have a tip on how to find out which tests require public DNS do you? I thought a lot of them needed it... I was always running them with a public domain configured...
It was just 2 tests 🎉
--filter-tags !\dns
to skip them when using local builds.