Skip to content

Commit a6e7df2

Browse files
Remove device whitelist from appium.txt
1 parent f400420 commit a6e7df2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/appium_lib/driver.rb

-4
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ def update data, *args
7373

7474
# device is not case sensitive
7575
ENV['DEVICE'] = ENV['DEVICE'].strip.downcase if !ENV['DEVICE'].nil?
76-
if ! %w(ios android selendroid).include? ENV['DEVICE']
77-
raise %(DEVICE="#{ENV['DEVICE']}" must be ios, android,
78-
or selendroid.)
79-
end
8076
end
8177

8278
# return list of require files as an array

0 commit comments

Comments
 (0)