Skip to content

Commit

Permalink
tests: remarks on disabled tests
Browse files Browse the repository at this point in the history
  • Loading branch information
osnyx committed Dec 6, 2024
1 parent 81d0df0 commit 2224cbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,14 @@ in {
percona80 = callTest ./mysql.nix { rolename = "percona80"; };
percona83 = callTest ./mysql.nix { rolename = "percona83"; };
# XXX
# percona84 is going to be introduced later throughout the release cycle
# percona84 = callTest ./mysql.nix { rolename = "percona84"; };
physical-installer = callTest ./physical-installer.nix { inherit nixpkgs; };
postgresql13 = callTest ./postgresql { version = "13"; };
postgresql14 = callTest ./postgresql { version = "14"; };
postgresql15 = callTest ./postgresql { version = "15"; };
postgresql16 = callTest ./postgresql { version = "16"; };
# postgres17 is going to be introduced later throughout the release cycle
#postgresql17 = callTest ./postgresql { version = "17"; };
postgresql-autoupgrade = callSubTests ./postgresql/upgrade.nix {};
prometheus = callTest ./prometheus.nix {};
Expand Down

0 comments on commit 2224cbe

Please sign in to comment.