forked from Cavemanon/cavepaintings
skip tests for extensions who don't support the current db
This commit is contained in:
@ -5,7 +5,7 @@ class NumericScoreTest extends ShimmiePHPUnitTestCase {
|
||||
$image_id = $this->post_image("tests/pbx_screenshot.jpg", "pbx");
|
||||
$this->get_page("post/view/$image_id");
|
||||
|
||||
return; // FIXME
|
||||
$this->markTestIncomplete();
|
||||
|
||||
$this->assert_text("Current Score: 0");
|
||||
$this->click("Vote Down");
|
||||
|
Reference in New Issue
Block a user