zeroc-ice: skip failing test
This commit is contained in:
parent
31430665d0
commit
62cc9ad726
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@ in stdenv.mkDerivation rec {
|
||||||
# these tests require network access so we need to skip them.
|
# these tests require network access so we need to skip them.
|
||||||
brokenTests = map escapeRegex [
|
brokenTests = map escapeRegex [
|
||||||
"Ice/udp" "Glacier2" "IceGrid/simple" "IceStorm" "IceDiscovery/simple"
|
"Ice/udp" "Glacier2" "IceGrid/simple" "IceStorm" "IceDiscovery/simple"
|
||||||
|
|
||||||
|
# FIXME: certificate expired, remove for next release?
|
||||||
|
"IceSSL/configuration"
|
||||||
];
|
];
|
||||||
# matches CONFIGS flag in makeFlagsArray
|
# matches CONFIGS flag in makeFlagsArray
|
||||||
configFlag = optionalString cpp11 "--config=cpp11-shared";
|
configFlag = optionalString cpp11 "--config=cpp11-shared";
|
||||||
|
|
Loading…
Reference in a new issue