Skip to content

Commit

Permalink
Remove assertion due to bug on the product side (PPP-66239)
Browse files Browse the repository at this point in the history
  • Loading branch information
sibprogrammer committed Sep 10, 2024
1 parent 7b4bd0a commit fe128b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ public function testGetStatistics()
$this->assertGreaterThan($stats->memory->free, $stats->memory->total);
$this->assertIsNumeric($stats->swap->total);
$this->assertIsArray($stats->diskSpace);
$this->assertGreaterThan(0, array_pop($stats->diskSpace)->total);
}

public function testGetSiteIsolationConfig()
Expand Down

0 comments on commit fe128b6

Please sign in to comment.