Skip to content

Commit

Permalink
Do NOT run SLP discovery in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Aug 5, 2016
1 parent 54a51eb commit 7341e14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/base_system_registration_dialog_test.rb
Expand Up @@ -31,6 +31,7 @@
allow(Registration::SwMgmt).to receive(:find_base_product).and_return(base_product)
allow(Yast::Mode).to receive(:mode).and_return(mode)
allow(Registration::Registration).to receive(:is_registered?).and_return(registered?)
allow(Registration::UrlHelpers).to receive(:slp_discovery_feedback).and_return([])
end

context "when system is not registered" do
Expand Down

0 comments on commit 7341e14

Please sign in to comment.