Skip to content

Commit 5f6ebfa

Browse files
committed
skip uptime tests
1 parent 3acf989 commit 5f6ebfa

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
Write-Host "Powershell version: $Version"
4444
4545
$Container = New-PesterContainer -Path ./Tests/ -Data $Data
46-
$Result = Invoke-Pester -Container $Container -Output Detailed -PassThru -ExcludePath "*LMUptime*"
46+
$Result = Invoke-Pester -Container $Container -Output Detailed -PassThru
4747
4848
#Write OpsNote to test portal indicating test status
4949
Connect-LMAccount -AccessId $env:LM_ACCESS_ID -AccessKey $env:LM_ACCESS_KEY -AccountName $env:LM_PORTAL -DisableConsoleLogging

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
Write-Host "Powershell version: $Version"
4444
4545
$Container = New-PesterContainer -Path ./Tests/ -Data $Data
46-
$Result = Invoke-Pester -Container $Container -Output Detailed -PassThru -ExcludePath "*LMUptime*"
46+
$Result = Invoke-Pester -Container $Container -Output Detailed -PassThru
4747
4848
#Write OpsNote to test portal indicating test status
4949
Connect-LMAccount -AccessId $env:LM_ACCESS_ID -AccessKey $env:LM_ACCESS_KEY -AccountName $env:LM_PORTAL -DisableConsoleLogging

Tests/ConvertTo-LMUptimeDevice.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Describe 'ConvertTo-LMUptimeDevice Testing' {
1+
Describe 'ConvertTo-LMUptimeDevice Testing' -Skip {
22

33
BeforeAll {
44
Import-Module $Module -Force

Tests/LMUptimeDevice.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Describe 'Uptime Device Testing New/Get/Set/Remove' {
1+
Describe 'Uptime Device Testing New/Get/Set/Remove' -Skip {
22

33
BeforeAll {
44
Import-Module $Module -Force

0 commit comments

Comments
 (0)