I reproduced the failures on Mac and AIR3.4. My run took 77 minutes but my computer was slow. Totals: 3958 passes, 2 failures. Did you see that many tests run? And more importantly, did the tests that we see fail pass? Maybe the tests never ran.
My local.properties only has target_os_name=android and device_name=mac. The rest are set when you use the -mobile flag. I've seen Mustella occasionally timeout on an entire test if it doesn't start running within 10 seconds. Maybe your computer was also slow? The console output should have clues. -Alex On 9/5/13 2:44 AM, "Justin Mclean" <jus...@classsoftware.com> wrote: >Hi, > >OK no idea what's going on here but if I run the mobile tests like so on >OSX: > > ./mini_run.sh -mobile tests/mobile > >I get zero failures after about it runs for about 25 minutes. > >The local.properties file contains this: >use_apollo=true >run_mobile_tests=true >target_os_name=android >device_name=mac > >This is a totally clean build using FP 11.1 and AIR 3.6. > >Can anyone reproduce the current 2 errors that are showing up in the CI >builds? > >Thanks, >Justin