Skip to content

Commit

Permalink
Update Get-EvergreenApp.Tests.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed Sep 29, 2023
1 parent 7c301d7 commit 88eca83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Public/Get-EvergreenApp.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ param ()
BeforeDiscovery {
# Get the supported applications and sort randomly
# Exclude applications that have issues when run from GitHub or fail randomly due to the source server
$AppsToSkip = "MicrosoftWvdRtcService|MicrosoftWvdRemoteDesktop|MicrosoftWvdMultimediaRedirection|MicrosoftWvdInfraAgent|MicrosoftWvdBootloader|MestrelabMnova|MozillaFirefox|AWSCLI|OBSStudio|ProgressChefInfraClient|MirantisLens"
$AppsToSkip = "MicrosoftWvdRtcService|MicrosoftWvdRemoteDesktop|MicrosoftWvdMultimediaRedirection|MicrosoftWvdInfraAgent|MicrosoftWvdBootloader|MestrelabMnova|MozillaFirefox|AWSCLI|OBSStudio|ProgressChefInfraClient|MirantisLens|JetBrainsHub"
$Applications = Find-EvergreenApp | `
Where-Object { $_.Name -notmatch $AppsToSkip } | `
Sort-Object { Get-Random } | Select-Object -ExpandProperty "Name"
Expand Down

0 comments on commit 88eca83

Please sign in to comment.