test: re-enable tests that aren't broken & remove old test (#38251)
This commit is contained in:
parent
c05051e307
commit
fa81f77f40
3 changed files with 1 additions and 19 deletions
|
@ -132,7 +132,6 @@ describe('version-bumper', () => {
|
|||
).to.be.rejectedWith('Cannot bump to beta from stable.');
|
||||
});
|
||||
|
||||
// DISABLED-FIXME(ELECTRON 15): Re-enable after Electron 15 alpha has released
|
||||
it('bumps to beta from nightly', async () => {
|
||||
const version = 'v2.0.0-nightly.19950901';
|
||||
const next = await nextVersion('beta', version);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue