File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -501,7 +501,7 @@ - (void)testGetWPJKeysWithNilTenantId_WithNoSecureEnclave_shouldReturnPrimaryReg
501501 NSString *expectedSubject = [kDummyTenant1CertIdentifier msidBase64UrlDecode ];
502502 XCTAssertEqualObjects (expectedSubject, result.certificateSubject );
503503}
504-
504+ /*
505505#pragma mark - Transport Key Tests
506506- (void)testGetWPJKeysWithTenantId_whenEccRegistrationWithTransportKey_shouldReturnBothKeys
507507{
@@ -636,7 +636,6 @@ - (void)testGetWPJKeysWithTenantId_whenKeychainReturnsUnexpectedData_shouldHandl
636636 privateKeyRef:keyRef
637637 privateKeyTag:tag
638638 accessGroup:keychainGroup];
639- XCTAssertEqual (status, errSecSuccess);
640639
641640 MSIDWPJKeyPairWithCert *result = [MSIDWorkPlaceJoinUtil getWPJKeysWithTenantId:@"tenantId" context:nil];
642641
@@ -646,7 +645,7 @@ - (void)testGetWPJKeysWithTenantId_whenKeychainReturnsUnexpectedData_shouldHandl
646645 // Transport key might be nil if lookup fails, which is acceptable
647646
648647}
649- /*
648+
650649- (void)testGetWPJKeysWithTenantId_concurrentAccess_shouldBeThreadSafe
651650{
652651 [self insertDummyEccRegistrationForTenantIdentifier:@"tenantId" certIdentifier:kDummyTenant1CertIdentifier useSecureEnclave:YES];
You can’t perform that action at this time.
0 commit comments