Skip to content

Commit fe128b6

Browse files
committed
Remove assertion due to bug on the product side (PPP-66239)
1 parent 7b4bd0a commit fe128b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ServerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ public function testGetStatistics()
107107
$this->assertGreaterThan($stats->memory->free, $stats->memory->total);
108108
$this->assertIsNumeric($stats->swap->total);
109109
$this->assertIsArray($stats->diskSpace);
110-
$this->assertGreaterThan(0, array_pop($stats->diskSpace)->total);
111110
}
112111

113112
public function testGetSiteIsolationConfig()

0 commit comments

Comments
 (0)