We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477df14 commit eaf6c5dCopy full SHA for eaf6c5d
src/ServiceManagement/StorSimple/Commands.StorSimple.Test/ScenarioTests/BackupPolicyTests.ps1
@@ -33,7 +33,7 @@ function Test-NewBackupPolicyAddConfig
33
Assert-AreEqual $config.Recurrence.RecurrenceType 'Daily' 'RecurrenceType doesnt match'
34
Assert-AreEqual $config.Recurrence.RecurrenceValue 1 'RecurrentValue doesnt match'
35
Assert-AreEqual $config.Status Disabled 'Status doesnt match'
36
- Assert-AreEqual $config.StartTime 2014-10-23T07:00:00+05:30 'StartTime doesnt match'
+ #Assert-AreEqual $config.StartTime 2014-10-23T07:00:00+05:30 'StartTime doesnt match' #timezone specific test
37
Assert-AreEqual $config.RetentionCount 1 'RetentionCount doesnt match'
38
}
39
0 commit comments