Merge pull request #105277 from wirew0rm/fixVdirsyncerTest
vdirsyncer: disable flaky test
This commit is contained in:
commit
e4959b42f4
@ -53,7 +53,10 @@ buildPythonPackage rec {
|
|||||||
export DETERMINISTIC_TESTS=true
|
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; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/pimutils/vdirsyncer";
|
homepage = "https://github.com/pimutils/vdirsyncer";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user