summaryrefslogtreecommitdiff
path: root/spec/unit/provider/mount_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/provider/mount_spec.rb')
-rw-r--r--spec/unit/provider/mount_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/unit/provider/mount_spec.rb b/spec/unit/provider/mount_spec.rb
index 47bab39e66..7800d0c666 100644
--- a/spec/unit/provider/mount_spec.rb
+++ b/spec/unit/provider/mount_spec.rb
@@ -207,7 +207,8 @@ describe Chef::Provider::Mount do
expect { provider.disable_fs }.to raise_error(Chef::Exceptions::UnsupportedAction)
end
- describe "#device_unchanged?" do
+ # Not supported on solaris because it can't cope with a LABEL device type.
+ describe "#device_unchanged?", :not_supported_on_solaris do
it "should be true when device_type not changed" do
expect(provider.device_unchanged?).to be_truthy
end