garage_0_x: disable tests (#419390)
This commit is contained in:
@@ -92,7 +92,9 @@ let
|
||||
"k2v::poll::test_poll_item"
|
||||
];
|
||||
|
||||
passthru.tests = nixosTests."garage_${lib.versions.major version}";
|
||||
passthru.tests =
|
||||
lib.optionalAttrs (lib.versionAtLeast version "1")
|
||||
nixosTests."garage_${lib.versions.major version}";
|
||||
|
||||
meta = {
|
||||
description = "S3-compatible object store for small self-hosted geo-distributed deployments";
|
||||
|
||||
Reference in New Issue
Block a user