Skip window title tests because they are very unstable

This commit is contained in:
Yuya Ochiai
2017-04-28 00:47:39 +09:00
parent 9f5ee581ab
commit 85bd58dd2e

View File

@@ -112,7 +112,8 @@ describe('browser/index.html', function desc() {
}).then((title) => title.should.equal('Mattermost Desktop testing html'));
});
it('should update window title when the activated tab\'s title is updated', () => {
// Skip because it's very unstable in CI
it.skip('should update window title when the activated tab\'s title is updated', () => {
fs.writeFileSync(env.configFilePath, JSON.stringify({
version: 1,
teams: [{
@@ -146,7 +147,8 @@ describe('browser/index.html', function desc() {
});
});
it('should update window title when a tab is selected', () => {
// Skip because it's very unstable in CI
it.skip('should update window title when a tab is selected', () => {
fs.writeFileSync(env.configFilePath, JSON.stringify({
version: 1,
teams: [{