Skip to content

Commit

Permalink
do not crash tests on s390
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 6, 2014
1 parent e31d9b9 commit aa775be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/boot_storage_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
let (:possible_locations) { subject.possible_locations_for_stage1 }
before do
target_map_stub("storage_mdraid.rb")
allow(Yast::Arch).to receive(:s390).and_return(false) # be arch agnostic
subject.device_map.propose
allow(Yast::Storage).to receive(:GetDefaultMountBy).and_return(:device)
end
Expand Down

0 comments on commit aa775be

Please sign in to comment.