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) {