Skip to content

Commit 0620ae9

Browse files
authored
Update Invoke-AzContainerInstanceCommand.Tests.ps1 (#16665)
* Update Invoke-AzContainerInstanceCommand.Tests.ps1 Set the test case of Invoke-AzContainerInstanceCommand LiveOnly * Update Invoke-AzContainerInstanceCommand.Tests.ps1
1 parent 8ab65b5 commit 0620ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ContainerInstance/test/Invoke-AzContainerInstanceCommand.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ while(-not $mockingPath) {
1111
}
1212
. ($mockingPath | Select-Object -First 1).FullName
1313

14-
Describe 'Invoke-AzContainerInstanceCommand' {
14+
Describe 'Invoke-AzContainerInstanceCommand' -Tag 'LiveOnly' {
1515
It 'ExecuteExpanded' {
1616
Invoke-AzContainerInstanceCommand -ContainerGroupName $env.ContainerGroupName -ContainerName $env.containerInstanceName -ResourceGroupName $env.ResourceGroupName -Command "echo hello" -TerminalSizeCol 12 -TerminalSizeRow 12
1717
}

0 commit comments

Comments
 (0)