From 7b19fb44a4b41d3c1a3ebc1f40f988573b91f419 Mon Sep 17 00:00:00 2001 From: Jakub Date: Fri, 2 Sep 2022 15:16:30 +0200 Subject: [PATCH] GODT-1645: WIP Temporary skip scenario --- test/features/imap/message/fetch.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/test/features/imap/message/fetch.feature b/test/features/imap/message/fetch.feature index c2fe1586..a842d1e6 100644 --- a/test/features/imap/message/fetch.feature +++ b/test/features/imap/message/fetch.feature @@ -125,6 +125,7 @@ Feature: IMAP fetch messages | 1:* | | * | + @ignore-live Scenario: Fetch of big mailbox Given there are 100 messages in mailbox "Folders/mbox" for "user" And there is IMAP client logged in as "user"