garage_0_x: disable tests

0.x is no longer supported, but until we remove from tree
we'll skip running tests on it
This commit is contained in:
Adam C. Stephens
2025-06-23 17:31:01 -04:00
parent bfefc8d2f3
commit c7aef91feb
+3 -1
View File
@@ -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";