Tests require network access #1491
Labels
area/general
Related to whole service, not a specific part/integration.
area/testing
Tests are impacted.
complexity/single-task
Regular task, should be done within days.
gain/low
This doesn't bring that much value to users.
impact/low
This issue impacts only a few users.
kind/internal
Doesn't affect users directly, may be e.g. infrastructure, DB related.
Currently trying to set
--network none
inmake check-in-container
causes 65 of the tests to fail (both unit and integration tests), which means, that these tests rely on network access, which means they are prone to failing when an external resource accessed through the network changes its behavior (:wave: Bodhi) or showing false results. With network access one never can be sure that mocks are correct in the tests.Set
--network none
inmake check-in-container
and adjust all the tests to pass without network access.The text was updated successfully, but these errors were encountered: