From 03095f995ef0dcb896ccc541b827b574338168f3 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Fri, 27 Jan 2023 10:33:22 -0500 Subject: [PATCH] test(one-to-one): add mayfail to one to one test as it fails often --- .../suite_messaging/tst_OneToOneChatFlow/test.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/ui-test/testSuites/suite_messaging/tst_OneToOneChatFlow/test.feature b/test/ui-test/testSuites/suite_messaging/tst_OneToOneChatFlow/test.feature index 08c96eb0a5..638e61b8f0 100644 --- a/test/ui-test/testSuites/suite_messaging/tst_OneToOneChatFlow/test.feature +++ b/test/ui-test/testSuites/suite_messaging/tst_OneToOneChatFlow/test.feature @@ -15,6 +15,8 @@ Feature: Status Desktop One to One Chat Flows [Cleanup] Also each scenario ends with: ** when the user leaves the current chat + @mayfail + # Fails on CI. Issue #9335 Scenario: The user can create a one to chat When the user creates a one to one chat with "Athletic" Then the chat title is "Athletic"