Skip to content

Commit

Permalink
unskip engines tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed May 15, 2024
1 parent 9c504b3 commit 463b001
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/scenarios/engines-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ let engineScenarios = appScenarios.map('engines', project => {
});

engineScenarios
.skip('lts_3_28-engines') // this skip should be removed before https://github.com/embroider-build/embroider/pull/1435 is merged
.skip('lts_4_4-engines') // this skip should be removed before https://github.com/embroider-build/embroider/pull/1435 is merged
.skip('release-engines') // this skip should be removed before https://github.com/embroider-build/embroider/pull/1435 is merged
.skip('canary-engines') // this shouldn't be run
.map('without-fastboot', () => {})
.forEachScenario(scenario => {
Qmodule(scenario.name, function (hooks) {
Expand Down Expand Up @@ -138,10 +134,6 @@ engineScenarios
});

engineScenarios
.skip('lts_3_28-engines') // fails due to https://github.com/emberjs/ember.js/pull/20461
.skip('lts_4_4-engines') // fails due to https://github.com/emberjs/ember.js/pull/20461
.skip('release-engines') // fails due to https://github.com/emberjs/ember.js/pull/20461
.skip('canary-engines') // this shouldn't be run
.map('with-fastboot', app => {
app.linkDependency('ember-cli-fastboot', { baseDir: __dirname });
app.linkDependency('fastboot', { baseDir: __dirname });
Expand Down

0 comments on commit 463b001

Please sign in to comment.