From fe128b6a91dcc68e161333d16fc4e3d633baa55e Mon Sep 17 00:00:00 2001 From: Alexei Yuzhakov Date: Tue, 10 Sep 2024 15:18:18 +0100 Subject: [PATCH] Remove assertion due to bug on the product side (PPP-66239) --- tests/ServerTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ServerTest.php b/tests/ServerTest.php index 7e4113fa..86404140 100644 --- a/tests/ServerTest.php +++ b/tests/ServerTest.php @@ -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()