Always run formerly flaky specs

This commit is contained in:
Steve Gravrock
2022-01-17 14:54:21 -08:00
parent 6e3128c792
commit 5327157832
4 changed files with 0 additions and 50 deletions

View File

@@ -41,7 +41,3 @@ module.exports = {
}
}
};
if (process.env.SKIP_JASMINE_BROWSER_FLAKES === 'true') {
module.exports.helpers.push('helpers/disableBrowserFlakes.js');
}