-
Notifications
You must be signed in to change notification settings - Fork 626
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add back disabledTests.json (#25001)
- Loading branch information
Showing
1 changed file
with
146 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,146 @@ | ||
[ | ||
{ | ||
"codeunitName": "ABS Container Client Test", | ||
"method": "*" | ||
}, | ||
{ | ||
"codeunitName": "ABS Blob Client Test", | ||
"method": "*" | ||
}, | ||
{ | ||
"codeunitName": "Azure AD Graph Test", | ||
"method": "*" | ||
}, | ||
{ | ||
"codeunitName": "Azure AD Graph User Test", | ||
"method": [ | ||
"TestUpdateUserFromAzureGraphForAValidUserWithUpdatedFullName", | ||
"TestEnsureAuthenticationEmailIsNotInUse", | ||
"TestUpdateUserFromAzureGraphForAValidUserWithUpdatedContactEmail", | ||
"TestUpdateUserFromAzureGraphForAValidUserWithUpdatedAuthenticationEmail" | ||
] | ||
}, | ||
{ | ||
"codeunitName": "Azure AD User Management Test", | ||
"method": [ | ||
"TestOfficeSyncWizard", | ||
"TestCodeunitRunPlansAreRefreshed" | ||
] | ||
}, | ||
{ | ||
"codeunitName": "Azure AD User Sync Test", | ||
"method": "*" | ||
}, | ||
{ | ||
"codeunitName": "Checklist Administration Test", | ||
"method": "*" | ||
}, | ||
{ | ||
"codeunitName": "Checklist Banner Test", | ||
"method": "*" | ||
}, | ||
{ | ||
"codeunitName": "Checklist Facade Test", | ||
"method": [ | ||
"*" | ||
] | ||
}, | ||
{ | ||
"codeunitName": "Cryptography Management Test", | ||
"method": "TestEncryptInputLengthOk" | ||
}, | ||
{ | ||
"codeunitName": "Cues And KPIs Test", | ||
"method": [ | ||
"CueUserPageShowsRecordsInsertedForCurrentUser", | ||
"CueSetupAdminPageCanInsertAndEdit", | ||
"CueSetupAdminPageCanInsertForDifferentUsers", | ||
"ChangeUsersForSetupEntries", | ||
"TestPersonalizedCueSetupExistsForCurrentUser" | ||
] | ||
}, | ||
{ | ||
"codeunitName": "Data Class. Worksheet Tests", | ||
"method": "TestLastModifiedBy" | ||
}, | ||
{ | ||
"codeunitName": "Data Out Of Geo. App Test", | ||
"method": "*" | ||
}, | ||
{ | ||
"codeunitName": "Email Test", | ||
"method": "OpenMessageInEditorTest" | ||
}, | ||
{ | ||
"codeunitName": "Extension Management Test", | ||
"method": "*" | ||
}, | ||
{ | ||
"codeunitName": "Feature Key Test", | ||
"method": [ | ||
"T003_CannotDisableOneWayFeatureOnPage", | ||
"T004_CannotEnableOneWayFeatureAsNotImplemented", | ||
"T005_EnableOneWayFeatureReviewData", | ||
"T006_EnableOneWayFeatureRunUpdateData" | ||
] | ||
}, | ||
{ | ||
"codeunitName": "Navigation Bar Sub. Test", | ||
"method": "TestAssistedSetupShowsUpOnOpenRoleBasedSetupExperience" | ||
}, | ||
{ | ||
"codeunitName": "Retention Policy Log Test", | ||
"method": "*" | ||
}, | ||
{ | ||
"codeunitName": "Retention Policy Test", | ||
"method": "*" | ||
}, | ||
{ | ||
"codeunitName": "Time Zone Selection Tests", | ||
"method": "TimeZoneGetDisplayName" | ||
}, | ||
{ | ||
"codeunitName": "User Permissions Test", | ||
"method": "*" | ||
}, | ||
{ | ||
"codeunitName": "User Selection Test", | ||
"method": "*" | ||
}, | ||
{ | ||
"codeunitName": "User Settings Tests", | ||
"method": "*" | ||
}, | ||
{ | ||
"codeunitName": "X509Certificate2 Test", | ||
"method": [ | ||
"VerifyCertificateExpirationFromBase64Cert", | ||
"VerifyCertificateNotBeforeFromBase64Cert" | ||
] | ||
}, | ||
{ | ||
"codeunitName": "Security Groups Test", | ||
"method": "*" | ||
}, | ||
{ | ||
"codeunitName": "Security Groups Upgrade Test", | ||
"method": "*" | ||
}, | ||
{ | ||
"codeunitName": "Media Cleanup Test", | ||
"method": "*" | ||
}, | ||
{ | ||
"codeunitName": "User Login Time Tracker Test", | ||
"method": "*" | ||
}, | ||
{ | ||
"codeunitName": "Password Handler Test", | ||
"method": "*" | ||
}, | ||
{ | ||
"codeunitName": "Password Dialog Test", | ||
"method": "*" | ||
} | ||
] |