haskellPackages.aws-sns-verify: disable network dependent tests
This commit is contained in:
@@ -924,6 +924,9 @@ self: super: builtins.intersectAttrs super {
|
||||
&& buildPlatform.isx86;
|
||||
} super.hashes;
|
||||
|
||||
# Tries to access network
|
||||
aws-sns-verify = dontCheck super.aws-sns-verify;
|
||||
|
||||
# procex relies on close_range which has been introduced in Linux 5.9,
|
||||
# the test suite seems to force the use of this feature (or the fallback
|
||||
# mechanism is broken), so we can't run the test suite on machines with a
|
||||
|
||||
Reference in New Issue
Block a user