From 80c7406c3b70c9998cace6928ccc93338b7c438d Mon Sep 17 00:00:00 2001 From: DumbergerL Date: Wed, 31 Jul 2024 09:55:56 +0200 Subject: [PATCH] skip integration test - fix with #215 --- tests/Integration/Requests/SongCommentRequestTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Integration/Requests/SongCommentRequestTest.php b/tests/Integration/Requests/SongCommentRequestTest.php index a6dfde41..6b908859 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"); }