Skip to content

[Azs.Compute.Admin] Some pester tests are missing test recordings #6

@viananth

Description

@viananth

These tests are missing recordings

  1. It "TestListInvalidLocation" -Skip:$('TestListInvalidLocation' -in $global:SkippedTests) {
    $global:TestName = 'TestListInvalidLocation'
    $quotas = Get-AzsComputeQuota -Location "thisisnotarealplace"
    $quotas | Should Be $null
    }

  2. It "TestCreatePlatformImage" -Skip:$('TestCreatePlatformImage' -in $global:SkippedTests) {
    
  3. It "TestCreateAndDeletePlatformImage" -Skip:$('TestCreateAndDeletePlatformImage' -in $global:SkippedTests) {
    

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions