python3Packages.conan: disable unstable test
This test failed repeatedly on aarch64-linux, so far.
This commit is contained in:
parent
5ea3790cbe
commit
f9969cbf47
@ -68,6 +68,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||
disabledTests = [
|
||||
# Tests require network access
|
||||
"TestFTP"
|
||||
# Unstable test
|
||||
"test_shared_windows_find_libraries"
|
||||
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
# Rejects paths containing nix
|
||||
"test_conditional_os"
|
||||
|
Loading…
Reference in New Issue
Block a user