zeroc-ice: skip failing test

main
K900 2 years ago
parent 31430665d0
commit 62cc9ad726
  1. 3
      pkgs/development/libraries/zeroc-ice/default.nix

@ -54,6 +54,9 @@ in stdenv.mkDerivation rec {
# these tests require network access so we need to skip them.
brokenTests = map escapeRegex [
"Ice/udp" "Glacier2" "IceGrid/simple" "IceStorm" "IceDiscovery/simple"
# FIXME: certificate expired, remove for next release?
"IceSSL/configuration"
];
# matches CONFIGS flag in makeFlagsArray
configFlag = optionalString cpp11 "--config=cpp11-shared";

Loading…
Cancel
Save