Skip to content

Commit

Permalink
[Ubuntu] Increase threshold in the Disk free space test (actions#9109)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-Ayupov authored Jan 5, 2024
1 parent 4960fde commit 4b8f0f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/ubuntu/scripts/tests/System.Tests.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Describe "Disk free space" {
It "Image has more than 15GB free space" {
It "Image has more than 31GB free space" {
$freeSpace = (Get-PSDrive "/").Free
$freeSpace | Should -BeGreaterOrEqual 15GB
$freeSpace | Should -BeGreaterOrEqual 31GB
}
}

0 comments on commit 4b8f0f9

Please sign in to comment.