Skip to content

Commit 9906737

Browse files
committed
Exclude infra queries
1 parent 18c772b commit 9906737

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CanaryValidator/Canary.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ param (
9999
[parameter(HelpMessage="List of usecases to be excluded from execution")]
100100
[Parameter(ParameterSetName="default", Mandatory=$false)]
101101
[Parameter(ParameterSetName="tenant", Mandatory=$false)]
102-
[string[]]$ExclusionList = @(),
102+
[string[]]$ExclusionList = ("GetAzureStackInfraRoleInstance", "GetAzureStackScaleUnitNode"),
103103
[parameter(HelpMessage="Lists the available usecases in Canary")]
104104
[Parameter(ParameterSetName="listavl", Mandatory=$true)]
105105
[ValidateNotNullOrEmpty()]

0 commit comments

Comments
 (0)