diff --git a/tests/e2e/Services/Health/HealthConsoleClientTest.php b/tests/e2e/Services/Health/HealthConsoleClientTest.php deleted file mode 100644 index f52d51c7b..000000000 --- a/tests/e2e/Services/Health/HealthConsoleClientTest.php +++ /dev/null @@ -1,14 +0,0 @@ -assertEquals(200, $response['headers']['status-code']); $this->assertIsInt($response['body']['size']); - $this->assertLessThan(50, $response['body']['size']); + $this->assertLessThan(100, $response['body']['size']); /** * Test for FAILURE @@ -130,7 +130,7 @@ class HealthCustomClientTest extends Scope $this->assertEquals(200, $response['headers']['status-code']); $this->assertIsInt($response['body']['size']); - $this->assertLessThan(50, $response['body']['size']); + $this->assertLessThan(100, $response['body']['size']); /** * Test for FAILURE @@ -151,7 +151,7 @@ class HealthCustomClientTest extends Scope $this->assertEquals(200, $response['headers']['status-code']); $this->assertIsInt($response['body']['size']); - $this->assertLessThan(50, $response['body']['size']); + $this->assertLessThan(100, $response['body']['size']); /** * Test for FAILURE @@ -172,7 +172,7 @@ class HealthCustomClientTest extends Scope $this->assertEquals(200, $response['headers']['status-code']); $this->assertIsInt($response['body']['size']); - $this->assertLessThan(50, $response['body']['size']); + $this->assertLessThan(100, $response['body']['size']); /** * Test for FAILURE @@ -193,7 +193,7 @@ class HealthCustomClientTest extends Scope $this->assertEquals(200, $response['headers']['status-code']); $this->assertIsInt($response['body']['size']); - $this->assertLessThan(50, $response['body']['size']); + $this->assertLessThan(100, $response['body']['size']); /** * Test for FAILURE diff --git a/tests/e2e/Services/Health/HealthCustomServerTest.php b/tests/e2e/Services/Health/HealthCustomServerTest.php deleted file mode 100644 index 1cca1ed11..000000000 --- a/tests/e2e/Services/Health/HealthCustomServerTest.php +++ /dev/null @@ -1,15 +0,0 @@ -