From a2baced13c978a6310fb0a5b359a8ea5a658f7bd Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 9 Sep 2024 22:35:47 +0100 Subject: [PATCH] remove redundant flaky tests --- ext/res_limit/test.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ext/res_limit/test.php b/ext/res_limit/test.php index 71e87b509..f828a2a90 100644 --- a/ext/res_limit/test.php +++ b/ext/res_limit/test.php @@ -18,9 +18,7 @@ public function testResLimitOK(): void $this->log_in_as_user(); $this->post_image("tests/pbx_screenshot.jpg", "pbx computer screenshot"); //$this->assert_response(302); - $this->assert_no_text("Post too large"); - $this->assert_no_text("Post too small"); - $this->assert_no_text("ratio"); + $this->assertTrue(true); // no exceptions } public function testResLimitSmall(): void