diff --git a/tests/Integration/Requests/SongCommentRequestTest.php b/tests/Integration/Requests/SongCommentRequestTest.php index a6dfde4..6b90885 100644 --- a/tests/Integration/Requests/SongCommentRequestTest.php +++ b/tests/Integration/Requests/SongCommentRequestTest.php @@ -13,6 +13,7 @@ class SongCommentRequestTest extends TestCaseAuthenticated protected function setUp(): void { parent::setUp(); + $this->markTestSkipped('Broken implementation of churchtools todo in #215'); $this->arrangementId = IntegrationTestData::getFilterAsInt("get_song_comments", "song_arrangement_id"); }