Skip to content

Commit

Permalink
Revert "Comment out a flaky test"
Browse files Browse the repository at this point in the history
This reverts commit 92cf063.
  • Loading branch information
jdee committed Jun 12, 2021
1 parent 92cf063 commit 3a033f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Branch-TestBed/Branch-SDK-Tests/BNCDeviceInfoTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,10 @@ - (void)testEnvironment {
XCTAssert([@"FULL_APP" isEqualToString:self.deviceInfo.environment]);
}

/* Commenting out until this can be made portable/updated/whatever.
- (void)testCpuType_Simulator {
NSString *expected = @"7";
XCTAssert([expected isEqualToString:self.deviceInfo.cpuType]);
}
// */

//- (void)testCpuType_iPhone7 {
// NSString *expected = @"16777228";
Expand Down

0 comments on commit 3a033f4

Please sign in to comment.