Unverified Commit c7aef91f authored by Adam C. Stephens's avatar Adam C. Stephens
Browse files

garage_0_x: disable tests

0.x is no longer supported, but until we remove from tree
we'll skip running tests on it
parent bfefc8d2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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";