Skip to content

Commit

Permalink
Add back disabledTests.json (#25001)
Browse files Browse the repository at this point in the history
  • Loading branch information
mazhelez authored Oct 6, 2023
1 parent a4c2183 commit d73cdad
Showing 1 changed file with 146 additions and 0 deletions.
146 changes: 146 additions & 0 deletions Modules/System Tests/disabledTests.json
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": "*"
}
]

0 comments on commit d73cdad

Please sign in to comment.