diff --git a/bp/tests/BluepillTests.m b/bp/tests/BluepillTests.m index 73f77a14..cd7f148f 100644 --- a/bp/tests/BluepillTests.m +++ b/bp/tests/BluepillTests.m @@ -29,8 +29,6 @@ @interface BluepillTests : BPIntTestCase @implementation BluepillTests - - - (void)tearDown { [super tearDown]; } @@ -300,6 +298,7 @@ - (void)testCopySimulatorPreferencesFile { NSString *testBundlePath = [BPTestHelper sampleAppBalancingTestsBundlePath]; self.config.testBundlePath = testBundlePath; self.config.keepSimulator = YES; + self.config.errorRetriesCount = @1; Bluepill *bp = [[Bluepill alloc ] initWithConfiguration:self.config]; BPExitStatus exitCode = [bp run];