Skip to content

Commit 68e32b6

Browse files
committed
Don't delete v2 regs on cleanup
1 parent c984971 commit 68e32b6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

IdentityCore/tests/MSIDWorkPlaceJoinUtilTests.m

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,6 @@ @interface MSIDWorkPlaceJoinUtilTests : XCTestCase
6161

6262
@implementation MSIDWorkPlaceJoinUtilTests
6363

64-
#if TARGET_OS_IPHONE
65-
+ (BOOL)serialized
66-
{
67-
return YES;
68-
}
69-
#endif
7064
- (void)setUp
7165
{
7266
// Put setup code here. This method is called before the invocation of each test method in the class.
@@ -83,7 +77,7 @@ - (void)tearDown
8377
if (self.useIosStyleKeychain)
8478
{
8579
[self cleanWPJ:[self keychainGroup:YES]];
86-
[self cleanWPJ:[self keychainGroup:NO]];
80+
//[self cleanWPJ:[self keychainGroup:NO]];
8781
}
8882
[MSIDTestSwizzle reset];
8983
}

0 commit comments

Comments
 (0)