disable tests

This commit is contained in:
illustris 2022-01-23 23:05:14 +05:30
parent 2c0f652143
commit 1363c326f7

View File

@ -6,13 +6,23 @@ in
with pkgs; { with pkgs; {
illustris = import ./by-maintainer.nix args; illustris = import ./by-maintainer.nix args;
homelab = { homelab = {
inherit (nixosTests) hedgedoc jibri jitsi-meet searx zfs; inherit (nixosTests) hedgedoc jitsi-meet searx;
#inherit (nixosTests) jibri zfs;
}; };
misc = { misc = {
hadoop = { inherit (nixosTests) hadoop hadoop_3_2 hadoop2; }; hadoop = {
inherit (nixosTests) hadoop;
# https://github.com/NixOS/nixpkgs/pull/154004
#inherit (nixosTests) hadoop_3_2 hadoop2;
};
sssd = { inherit (nixosTests) sssd sssd-ldap; }; sssd = { inherit (nixosTests) sssd sssd-ldap; };
prometheus = { inherit (nixosTests) prometheus prometheus-exporters; }; prometheus = {
mysql = { inherit (nixosTests) mysql mysql-autobackup mysql-backup mysql-replication; }; inherit (nixosTests) prometheus;
#inherit (nixosTests) prometheus-exporters;
};
inherit (nixosTests) kafka keepalived keycloak nginx php postgresql signal-desktop spark vault; inherit (nixosTests) kafka keepalived keycloak nginx php postgresql signal-desktop spark vault;
}; };
#disabled = {
# mysql = { inherit (nixosTests) mysql mysql-autobackup mysql-backup mysql-replication; };
#};
} }