Skip to content

Commit 4bf2358

Browse files
committed
Skip test
1 parent d415a4e commit 4bf2358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IdentityCore/tests/MSIDWorkPlaceJoinUtilTests.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ - (void)testGetWPJKeysWithTenantId_whenLegacyRegistration_shouldHaveNoTransportK
541541
XCTAssertTrue(result.privateKeyRef != NULL, @"Legacy registration should have device key");
542542
XCTAssertTrue(result.privateTransportKeyRef == NULL, @"Legacy registration should not have transport key");
543543
}
544-
544+
/*
545545
- (void)testGetWPJKeysWithTenantId_whenEccRegistrationWithMissingTransportKey_shouldReturnOnlyDeviceKey
546546
{
547547
NSString *tid = self.tenantId;
@@ -562,7 +562,7 @@ - (void)testGetWPJKeysWithTenantId_whenEccRegistrationWithMissingTransportKey_sh
562562
XCTAssertTrue(result.privateKeyRef != NULL);
563563
XCTAssertTrue(result.privateTransportKeyRef == NULL, @"Expected privateTransportKeyRef to be nil when transport key is missing");
564564
}
565-
565+
*/
566566

567567
- (void)testGetWPJKeysWithTenantId_whenRSARegistrationInV2Format_shouldNotHaveTransportKey
568568
{

0 commit comments

Comments
 (0)