summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-03-09 16:38:14 -0800
committerTim Smith <tsmith84@gmail.com>2021-03-15 20:02:41 -0700
commit5fb940df9e99ddfe65af205d3d951024ac9e54b1 (patch)
treeeb7f84ecb69d5ba4535745bf191f7acb2d98ffc8
parent89141ce3b4d4fd8b92a4c1230f578a94f07c36e0 (diff)
downloadchef-5fb940df9e99ddfe65af205d3d951024ac9e54b1.tar.gz
Remove installing htop in test
Get the builds green again Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--cspell.json1
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/_packages.rb2
2 files changed, 1 insertions, 2 deletions
diff --git a/cspell.json b/cspell.json
index a96f5ec54b..fdf9cb3c2a 100644
--- a/cspell.json
+++ b/cspell.json
@@ -664,7 +664,6 @@
"HRGN",
"HRSRC",
"Hsiao",
- "htop",
"httpd",
"Huon",
"hwaddr",
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/_packages.rb b/kitchen-tests/cookbooks/end_to_end/recipes/_packages.rb
index 58ede61f52..93a2c4d467 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/_packages.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/_packages.rb
@@ -7,7 +7,7 @@
# this is just a list of package that exist on every O/S we test, and often aren't installed by default. you don't
# have to get too clever here, you can delete packages if they don't exist everywhere we test.
-pkgs = %w{lsof tcpdump strace zsh dmidecode ltrace bc curl wget subversion traceroute htop tmux }
+pkgs = %w{lsof tcpdump strace zsh dmidecode ltrace bc curl wget subversion traceroute tmux }
# this deliberately calls the multipackage API N times in order to do one package installation in order to exercise the
# multipackage cookbook.