From 4704a92aca40c52af0654c0e281c182d2f9d455a Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Tue, 7 Jan 2025 11:41:56 -0500 Subject: [PATCH] Add another flaky test The followup CI run was https://automation-dashboard.vercel.app/cycle/12641178131_1-44d9567-pr-onprem-ent which also had a different test fail --- data/known_issue/onprem-ent.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/known_issue/onprem-ent.json b/data/known_issue/onprem-ent.json index 11bdee3..4b4d79a 100644 --- a/data/known_issue/onprem-ent.json +++ b/data/known_issue/onprem-ent.json @@ -41,5 +41,14 @@ "type": "flaky" } ] + }, + { + "spec_file": "tests/integration/channels/integrations/slash_commands_spec.js", + "cases": [ + { + "title": "MM-T688 /expand", + "type": "flaky" + } + ] } ]