diff --git a/test/autoinst_storage_test.rb b/test/autoinst_storage_test.rb index bfc22bdda..c3bef20d2 100755 --- a/test/autoinst_storage_test.rb +++ b/test/autoinst_storage_test.rb @@ -190,8 +190,6 @@ let(:profile) { { "proposal_lvm" => true } } it "overrides control file values" do - expect(Yast::ProductFeatures).to receive(:SetSection) - .with("partitioning", profile) subject.import_general_settings(profile) end