mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-11 04:22:13 +00:00
Revert "Revert "Default ruby to only currently supported version (3.2.0)"" (#11137)
🔁 Uno Reverse! 🔁
This commit is contained in:
@@ -38,8 +38,14 @@ module.exports = function setupTests(groupIndex) {
|
||||
console.log('testing group', groupIndex, fixtures);
|
||||
}
|
||||
|
||||
const fixturesToSkip = ['jekyll-v3', 'jekyll-v4', 'middleman-v4'];
|
||||
|
||||
// eslint-disable-next-line no-restricted-syntax
|
||||
for (const fixture of fixtures) {
|
||||
if (fixturesToSkip.includes(fixture)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
const errMsg = testsThatFailToBuild.get(fixture);
|
||||
if (errMsg) {
|
||||
// eslint-disable-next-line no-loop-func
|
||||
|
||||
Reference in New Issue
Block a user