* [skip ci] Demote unstable tests
* [skip ci] Further demotions, fix artifact jumbling
Этот коммит содержится в:
Mario Vitale
2024-11-14 22:38:29 +01:00
коммит произвёл GitHub
родитель 38823603a3
Коммит d204083b12
14 изменённых файлов: 11 добавлений и 18 удалений

Просмотреть файл

@@ -46,7 +46,7 @@ describe('Bot display name', () => {
});
});
it('MM-T1813 Display name for bots stays current', () => {
it.skip('MM-T1813 Display name for bots stays current', () => {
cy.makeClient({user: otherSysadmin}).then((client) => {
// # Create a bot and get bot user id
cy.apiCreateBot().then(({bot}) => {

Просмотреть файл

@@ -80,7 +80,7 @@ describe('Managing bot accounts', () => {
});
});
it('MM-T1853 Bots managed plugins can be created when Enable Bot Account Creation is set to false', () => {
it.skip('MM-T1853 Bots managed plugins can be created when Enable Bot Account Creation is set to false', () => {
// # Upload and enable "matterpoll" plugin
cy.apiUploadAndEnablePlugin(matterpollPlugin);