You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The nix package manager exposes a way to run tests. To improve reproducibility, these tests are sometimes run within the nix sandbox. This sandbox environment causes some of our tests to fail.
Some of these tests fail because internet access is disabled inside the sandbox. I expect those tests won't be as easy to fix as the others since we have to mock the outside world.
Currently, to enable nix flake check to run without error, we disable these problematic tests.
The nix package manager exposes a way to run tests. To improve reproducibility, these tests are sometimes run within the nix sandbox. This sandbox environment causes some of our tests to fail.
Some of these tests fail because internet access is disabled inside the sandbox. I expect those tests won't be as easy to fix as the others since we have to mock the outside world.
Currently, to enable
nix flake check
to run without error, we disable these problematic tests.cargo-override/flake.nix
Lines 59 to 73 in 34a0538
Tests to fix
The text was updated successfully, but these errors were encountered: