python3Packages.opensfm: disable flaky test (#412434)

This commit is contained in:
Vladimír Čunát
2025-06-03 15:46:32 +02:00
@@ -125,6 +125,7 @@ buildPythonPackage rec {
disabledTests =
[
"test_run_all" # Matplotlib issues. Broken integration is less useless than a broken build
"test_match_candidates_from_metadata_bow" # flaky
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
"test_reconstruction_incremental"