File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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{
You can’t perform that action at this time.
0 commit comments