Demote unstable tests from daily run (#29147)
* Demote unstable tests from daily run --------- Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
4e0fc5734c
Коммит
572584937c
@@ -114,7 +114,7 @@ describe('Bot accounts ownership and API', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it('MM-T1866 Create two posts in a row to the same channel', () => {
|
||||
it.skip('MM-T1866 Create two posts in a row to the same channel', () => {
|
||||
// # Create token for the bot
|
||||
cy.apiCreateToken(botId).then(({token}) => {
|
||||
// # Logout to allow posting as bot
|
||||
|
||||
Ссылка в новой задаче
Block a user