Skip to content

Commit

Permalink
remove redundant flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Sep 10, 2024
1 parent c5e30b8 commit a2baced
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ext/res_limit/test.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2baced

Please sign in to comment.