about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-12 19:38:05 +0200
committerGitHub <noreply@github.com>2023-10-12 19:38:05 +0200
commit1cdfe7f591bccd96d58c846e1a0491e029861e52 (patch)
tree427a8a87806ebf182eb8ce0b61016823e30d2fb8 /nixos
parentb597bff1b64322690f553058b4ed4a3522bbbc4a (diff)
parent7db983665469498c44803020b521cf6b0bc6e506 (diff)
downloadnixlib-1cdfe7f591bccd96d58c846e1a0491e029861e52.tar
nixlib-1cdfe7f591bccd96d58c846e1a0491e029861e52.tar.gz
nixlib-1cdfe7f591bccd96d58c846e1a0491e029861e52.tar.bz2
nixlib-1cdfe7f591bccd96d58c846e1a0491e029861e52.tar.lz
nixlib-1cdfe7f591bccd96d58c846e1a0491e029861e52.tar.xz
nixlib-1cdfe7f591bccd96d58c846e1a0491e029861e52.tar.zst
nixlib-1cdfe7f591bccd96d58c846e1a0491e029861e52.zip
Merge pull request #260260 from wegank/wordpress-alias
wordpress6_1, wordpress6_2: drop
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/wordpress.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/wordpress.nix b/nixos/tests/wordpress.nix
index 106bbff46c54..937b505af2ac 100644
--- a/nixos/tests/wordpress.nix
+++ b/nixos/tests/wordpress.nix
@@ -67,7 +67,7 @@ rec {
       networking.hosts."127.0.0.1" = [ "site1.local" "site2.local" ];
     };
   }) {} [
-    "6_1" "6_2" "6_3"
+    "6_3"
   ];
 
   testScript = ''