We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c984971 commit 68e32b6Copy full SHA for 68e32b6
IdentityCore/tests/MSIDWorkPlaceJoinUtilTests.m
@@ -61,12 +61,6 @@ @interface MSIDWorkPlaceJoinUtilTests : XCTestCase
61
62
@implementation MSIDWorkPlaceJoinUtilTests
63
64
-#if TARGET_OS_IPHONE
65
-+ (BOOL)serialized
66
-{
67
- return YES;
68
-}
69
-#endif
70
- (void)setUp
71
{
72
// Put setup code here. This method is called before the invocation of each test method in the class.
@@ -83,7 +77,7 @@ - (void)tearDown
83
77
if (self.useIosStyleKeychain)
84
78
85
79
[self cleanWPJ:[self keychainGroup:YES]];
86
- [self cleanWPJ:[self keychainGroup:NO]];
80
+ //[self cleanWPJ:[self keychainGroup:NO]];
87
81
}
88
82
[MSIDTestSwizzle reset];
89
0 commit comments