chore: uncomment test

This commit is contained in:
Jahziel Villasana-Espinoza 2024-05-24 10:36:49 -04:00
parent 3b611fb5ec
commit 209c122a52

View file

@ -39,41 +39,41 @@ func TestMDMApple(t *testing.T) {
name string
fn func(t *testing.T, ds *Datastore)
}{
// {"TestNewMDMAppleConfigProfileDuplicateName", testNewMDMAppleConfigProfileDuplicateName},
// {"TestNewMDMAppleConfigProfileLabels", testNewMDMAppleConfigProfileLabels},
// {"TestNewMDMAppleConfigProfileDuplicateIdentifier", testNewMDMAppleConfigProfileDuplicateIdentifier},
// {"TestDeleteMDMAppleConfigProfile", testDeleteMDMAppleConfigProfile},
// {"TestDeleteMDMAppleConfigProfileByTeamAndIdentifier", testDeleteMDMAppleConfigProfileByTeamAndIdentifier},
// {"TestListMDMAppleConfigProfiles", testListMDMAppleConfigProfiles},
// {"TestHostDetailsMDMProfiles", testHostDetailsMDMProfiles},
// {"TestBatchSetMDMAppleProfiles", testBatchSetMDMAppleProfiles},
// {"TestMDMAppleProfileManagement", testMDMAppleProfileManagement},
// {"TestMDMAppleProfileManagementBatch2", testMDMAppleProfileManagementBatch2},
// {"TestMDMAppleProfileManagementBatch3", testMDMAppleProfileManagementBatch3},
// {"TestGetMDMAppleProfilesContents", testGetMDMAppleProfilesContents},
// {"TestAggregateMacOSSettingsStatusWithFileVault", testAggregateMacOSSettingsStatusWithFileVault},
// {"TestMDMAppleHostsProfilesStatus", testMDMAppleHostsProfilesStatus},
// {"TestMDMAppleIdPAccount", testMDMAppleIdPAccount},
// {"TestIgnoreMDMClientError", testDoNotIgnoreMDMClientError},
// {"TestDeleteMDMAppleProfilesForHost", testDeleteMDMAppleProfilesForHost},
// {"TestGetMDMAppleCommandResults", testGetMDMAppleCommandResults},
// {"TestBulkUpsertMDMAppleConfigProfiles", testBulkUpsertMDMAppleConfigProfile},
// {"TestMDMAppleBootstrapPackageCRUD", testMDMAppleBootstrapPackageCRUD},
// {"TestListMDMAppleCommands", testListMDMAppleCommands},
// {"TestMDMAppleSetupAssistant", testMDMAppleSetupAssistant},
// {"TestMDMAppleEnrollmentProfile", testMDMAppleEnrollmentProfile},
// {"TestListMDMAppleSerials", testListMDMAppleSerials},
// {"TestMDMAppleDefaultSetupAssistant", testMDMAppleDefaultSetupAssistant},
// {"TestSetVerifiedMacOSProfiles", testSetVerifiedMacOSProfiles},
// {"TestMDMAppleConfigProfileHash", testMDMAppleConfigProfileHash},
// {"TestMDMAppleResetEnrollment", testMDMAppleResetEnrollment},
// {"TestMDMAppleDeleteHostDEPAssignments", testMDMAppleDeleteHostDEPAssignments},
// {"LockUnlockWipeMacOS", testLockUnlockWipeMacOS},
// {"ScreenDEPAssignProfileSerialsForCooldown", testScreenDEPAssignProfileSerialsForCooldown},
// {"MDMAppleDDMDeclarationsToken", testMDMAppleDDMDeclarationsToken},
// {"MDMAppleSetPendingDeclarationsAs", testMDMAppleSetPendingDeclarationsAs},
// {"SetOrUpdateMDMAppleDeclaration", testSetOrUpdateMDMAppleDDMDeclaration},
// {"DEPAssignmentUpdates", testMDMAppleDEPAssignmentUpdates},
{"TestNewMDMAppleConfigProfileDuplicateName", testNewMDMAppleConfigProfileDuplicateName},
{"TestNewMDMAppleConfigProfileLabels", testNewMDMAppleConfigProfileLabels},
{"TestNewMDMAppleConfigProfileDuplicateIdentifier", testNewMDMAppleConfigProfileDuplicateIdentifier},
{"TestDeleteMDMAppleConfigProfile", testDeleteMDMAppleConfigProfile},
{"TestDeleteMDMAppleConfigProfileByTeamAndIdentifier", testDeleteMDMAppleConfigProfileByTeamAndIdentifier},
{"TestListMDMAppleConfigProfiles", testListMDMAppleConfigProfiles},
{"TestHostDetailsMDMProfiles", testHostDetailsMDMProfiles},
{"TestBatchSetMDMAppleProfiles", testBatchSetMDMAppleProfiles},
{"TestMDMAppleProfileManagement", testMDMAppleProfileManagement},
{"TestMDMAppleProfileManagementBatch2", testMDMAppleProfileManagementBatch2},
{"TestMDMAppleProfileManagementBatch3", testMDMAppleProfileManagementBatch3},
{"TestGetMDMAppleProfilesContents", testGetMDMAppleProfilesContents},
{"TestAggregateMacOSSettingsStatusWithFileVault", testAggregateMacOSSettingsStatusWithFileVault},
{"TestMDMAppleHostsProfilesStatus", testMDMAppleHostsProfilesStatus},
{"TestMDMAppleIdPAccount", testMDMAppleIdPAccount},
{"TestIgnoreMDMClientError", testDoNotIgnoreMDMClientError},
{"TestDeleteMDMAppleProfilesForHost", testDeleteMDMAppleProfilesForHost},
{"TestGetMDMAppleCommandResults", testGetMDMAppleCommandResults},
{"TestBulkUpsertMDMAppleConfigProfiles", testBulkUpsertMDMAppleConfigProfile},
{"TestMDMAppleBootstrapPackageCRUD", testMDMAppleBootstrapPackageCRUD},
{"TestListMDMAppleCommands", testListMDMAppleCommands},
{"TestMDMAppleSetupAssistant", testMDMAppleSetupAssistant},
{"TestMDMAppleEnrollmentProfile", testMDMAppleEnrollmentProfile},
{"TestListMDMAppleSerials", testListMDMAppleSerials},
{"TestMDMAppleDefaultSetupAssistant", testMDMAppleDefaultSetupAssistant},
{"TestSetVerifiedMacOSProfiles", testSetVerifiedMacOSProfiles},
{"TestMDMAppleConfigProfileHash", testMDMAppleConfigProfileHash},
{"TestMDMAppleResetEnrollment", testMDMAppleResetEnrollment},
{"TestMDMAppleDeleteHostDEPAssignments", testMDMAppleDeleteHostDEPAssignments},
{"LockUnlockWipeMacOS", testLockUnlockWipeMacOS},
{"ScreenDEPAssignProfileSerialsForCooldown", testScreenDEPAssignProfileSerialsForCooldown},
{"MDMAppleDDMDeclarationsToken", testMDMAppleDDMDeclarationsToken},
{"MDMAppleSetPendingDeclarationsAs", testMDMAppleSetPendingDeclarationsAs},
{"SetOrUpdateMDMAppleDeclaration", testSetOrUpdateMDMAppleDDMDeclaration},
{"DEPAssignmentUpdates", testMDMAppleDEPAssignmentUpdates},
{"TestInsertMDMAsset", testMDMConfigAsset},
}