Disable flaky test (#1928)

This commit is contained in:
Devin Binnie 2021-12-15 16:17:44 -05:00 committed by GitHub
parent a410222e14
commit 5ef1f56d63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -221,7 +221,8 @@ describe('EditServerModal', function desc() {
});
});
it('MM-T4391_4 should edit team when Save is pressed and both edited', async () => {
// TODO: disabling flaky test
it.skip('MM-T4391_4 should edit team when Save is pressed and both edited', async () => {
await editServerView.fill('#teamNameInput', 'NewTestTeam');
await editServerView.fill('#teamUrlInput', 'http://google.com');
await editServerView.click('#saveNewServerModal');