Merge pull request #105277 from wirew0rm/fixVdirsyncerTest

vdirsyncer: disable flaky test
This commit is contained in:
Martin Weinelt 2020-11-28 20:28:14 +01:00 committed by GitHub
commit e4959b42f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,10 @@ buildPythonPackage rec {
export DETERMINISTIC_TESTS=true
'';
disabledTests = [ "test_verbosity" ];
disabledTests = [
"test_verbosity"
"test_create_collections" # Flaky test exceeds deadline on hydra: https://github.com/pimutils/vdirsyncer/issues/837
];
meta = with stdenv.lib; {
homepage = "https://github.com/pimutils/vdirsyncer";