Skip to content

Commit e02498c

Browse files
Fix #152
1 parent b9db60f commit e02498c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
describe 'install' do
2+
# To Do: Blocked on https://github.com/appium/appium/issues/3030
3+
=begin
4+
t 'install/uninstall/launch' do
5+
remove 'io.appium.android.apis'
6+
install caps[:app]
7+
launch
8+
end
9+
=end
10+
end

0 commit comments

Comments
 (0)