test/test_helper.rb in ruboto-0.13.0.rc.0 vs test/test_helper.rb in ruboto-0.13.0

- old
+ new

@@ -252,13 +252,9 @@ def cleanup_app # FileUtils.rm_rf APP_DIR if File.exists? APP_DIR end def run_app_tests - if [7, 8].include? ANDROID_OS - puts "Skipping instrumentation tests on #{ANDROID_OS} since they don't work." - return - end check_platform_installation Dir.chdir APP_DIR do system 'rake test:quick' assert_equal 0, $?, "tests failed with return code #$?" end