summaryrefslogtreecommitdiff
path: root/spec/functional/resource/link_spec.rb
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2012-12-04 15:11:42 -0800
committersdelano <stephen@opscode.com>2012-12-14 10:23:37 -0800
commitea7aa31fe80858b65124be202e26018706a32a49 (patch)
treee1e17b27011285daf846c48f9d87d92e70cf36a5 /spec/functional/resource/link_spec.rb
parent2fbdf2b2c3a60f77f4827e672d8b5d0e41b8c766 (diff)
downloadchef-ea7aa31fe80858b65124be202e26018706a32a49.tar.gz
Disable link tests on Windows Server 2003 since symlink is not yet supported on this platform.
Diffstat (limited to 'spec/functional/resource/link_spec.rb')
-rw-r--r--spec/functional/resource/link_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/link_spec.rb b/spec/functional/resource/link_spec.rb
index b80dc72d49..39be3d58d9 100644
--- a/spec/functional/resource/link_spec.rb
+++ b/spec/functional/resource/link_spec.rb
@@ -22,7 +22,7 @@ if windows?
require 'chef/win32/file' #probably need this in spec_helper
end
-describe Chef::Resource::Link do
+describe Chef::Resource::Link, :not_supported_on_win2k3 do
let(:file_base) { "file_spec" }
let(:base_dir) do