Skip to content

Commit e12ae54

Browse files
committed
Remove all added tests
1 parent 9190dff commit e12ae54

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

IdentityCore/tests/MSIDWorkPlaceJoinUtilTests.m

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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];

0 commit comments

Comments
 (0)