diff --git a/detox/e2e/test/messaging/message_reply.e2e.ts b/detox/e2e/test/messaging/message_reply.e2e.ts index 3128b11a7b8..380a389a664 100644 --- a/detox/e2e/test/messaging/message_reply.e2e.ts +++ b/detox/e2e/test/messaging/message_reply.e2e.ts @@ -107,7 +107,7 @@ describe('Messaging - Message Reply', () => { await ChannelScreen.back(); }); - it('MM-T4785_3 - should not have reply option available on reply thread post options -- KNOWN ISSUE: MM-50206', async () => { + it('MM-T4785_3 - should not have reply option available on reply thread post options', async () => { // # Open a channel screen, post a message, and tap on the post const message = `Message ${getRandomId()}`; await ChannelScreen.open(channelsCategory, testChannel.name);