From d1be3190f404150802293fd15946a70c4543c4ff Mon Sep 17 00:00:00 2001 From: Oscar Barrios Date: Fri, 31 Jan 2025 15:32:07 +0100 Subject: [PATCH] Workaround: Temporary comment a failing step --- testsuite/features/support/commonlib.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/features/support/commonlib.rb b/testsuite/features/support/commonlib.rb index c09384c11c36..de1e02c3847f 100644 --- a/testsuite/features/support/commonlib.rb +++ b/testsuite/features/support/commonlib.rb @@ -608,6 +608,7 @@ def channel_sync_completed?(channel_name) false end +# TODO: This method is not used anywhere, consider removing it # Determines whether a channel is synchronized on the server. # # @param channel [String] The name of the channel to check.