Skip to content

Commit

Permalink
Fix test flakiness
Browse files Browse the repository at this point in the history
Signed-off-by: Nan Wang <[email protected]>
  • Loading branch information
nanwng committed Jan 5, 2024
1 parent f478fc7 commit 4a0bd76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bp/tests/BluepillTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ @interface BluepillTests : BPIntTestCase

@implementation BluepillTests



- (void)tearDown {
[super tearDown];
}
Expand Down Expand Up @@ -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];
Expand Down

0 comments on commit 4a0bd76

Please sign in to comment.