Skip to content

Commit

Permalink
Don't bother running the darwin profile spec on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
btm committed Dec 6, 2012
1 parent 0aa6418 commit 1c905cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/plugins/darwin/system_profiler_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
raise e
end

describe Ohai::System, "Darwin system_profiler plugin" do
describe Ohai::System, "Darwin system_profiler plugin", :unix_only do
before(:each) do
@ohai = Ohai::System.new

Expand Down

0 comments on commit 1c905cf

Please sign in to comment.