Skip to content

Commit

Permalink
[windows-2025] Enable mongosh pester test
Browse files Browse the repository at this point in the history
  • Loading branch information
shamil-mubarakshin committed Dec 18, 2024
1 parent b73010e commit c78890b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions images/windows/scripts/tests/Databases.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ Describe "MongoDB" {
}
}

Context "Shell" -Skip:(-not (Test-IsWin19) -or -not (Test-IsWin22)) {
"mongosh --version" | Should -Not -BeNullOrEmpty
Context "Shell" -Skip:(-not (Test-IsWin25)) {
It "mongosh" {
"mongosh --version" | Should -ReturnZeroExitCode
}
}
}

Expand Down

0 comments on commit c78890b

Please sign in to comment.