Demote unstable tests from daily run (#29147)
* Demote unstable tests from daily run --------- Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
4e0fc5734c
Коммит
572584937c
@@ -7,7 +7,6 @@
|
||||
// - Use element ID when selecting an element. Create one if none.
|
||||
// ***************************************************************
|
||||
|
||||
// Stage: @prod
|
||||
// Group: @channels @enterprise @metrics @not_cloud @license_removal
|
||||
|
||||
import {checkMetrics, toggleMetricsOn} from './helper';
|
||||
|
||||
@@ -402,7 +402,7 @@ describe('Integrations page', () => {
|
||||
cy.contains('Invalid client credentials.').should('exist');
|
||||
});
|
||||
|
||||
it('MM-T654 Successful reconnect with updated secret', () => {
|
||||
it.skip('MM-T654 Successful reconnect with updated secret', () => {
|
||||
cy.apiAdminLogin();
|
||||
|
||||
// # Send new credentials
|
||||
|
||||
Ссылка в новой задаче
Block a user