summaryrefslogtreecommitdiff
path: root/kitchen-tests
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-05-11 11:24:07 -0700
committerGitHub <noreply@github.com>2021-05-11 11:24:07 -0700
commit35c7db54447e5bbd378069962cbb808cc543802e (patch)
tree651fed4b504087a67af362f747615f3b70596c31 /kitchen-tests
parenta91f29111ced67aaf6edb5a8576a821936c7e05a (diff)
downloadchef-35c7db54447e5bbd378069962cbb808cc543802e.tar.gz
Revert windows hostname changes for now (#11564)
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/windows.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb b/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb
index e518aa522d..c5c5cdd540 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb
@@ -5,6 +5,10 @@
# Copyright:: Copyright (c) Chef Software Inc.
#
+# hostnames on windows cannot contain a '.'
+# hostname on windows requires a reboot
+# hostname "chef-bk-ci"
+
chef_sleep "2"
execute "dir"