holepunchto / hyperdht

The DHT powering Hyperswarm
https://docs.holepunch.to
MIT License
323 stars 46 forks source link

Move integration test with external dependencies to test/end-to-end #180

Closed HDegroote closed 5 months ago

HDegroote commented 6 months ago

External dependencies make a test flaky, while the other integration test is not. By separating them, we can keep the existing integration test in our daily canary runs while excluding the end-to-end tests, thereby avoiding false positives

Edit: updated to fully exclude the end-to-end tests from the CI. So to test them, they now need to be run manually