Unverified Commit 90a1d755 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

nixos/tests/redmine: Limit platforms to supported ones (#348178)

parents 9c872edc e7f53bf0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -870,7 +870,7 @@ in {
  realm = handleTest ./realm.nix {};
  redis = handleTest ./redis.nix {};
  redlib = handleTest ./redlib.nix {};
  redmine = handleTest ./redmine.nix {};
  redmine = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./redmine.nix {};
  renovate = handleTest ./renovate.nix {};
  replace-dependencies = handleTest ./replace-dependencies {};
  restartByActivationScript = handleTest ./restart-by-activation-script.nix {};