Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Do not try to wire up Testem unless a test framework is dete… #10314

Merged
merged 3 commits into from
Jul 28, 2023

Conversation

NullVoxPopuli
Copy link
Contributor

…cted -- this is for legacy compat -- modern libraries, such as ember-qunit, call hookIntoTestFramework themselves, because it has better knowledge of when Testem needs to be configured

Update test to reflect changes to internal default-packager files

Backport of #10300

…cted -- this is for legacy compat -- modern libraries, such as ember-qunit, call hookIntoTestFramework themselves, because it has better knowledge of when Testem needs to be configured

Update test to reflect changes to internal default-packager files
@NullVoxPopuli
Copy link
Contributor Author

looking like floating deps (DT) caused the failures?

@ef4
Copy link
Contributor

ef4 commented Jul 25, 2023

Failure in CI is apparently caused by #10301

@mansona
Copy link
Member

mansona commented Jul 25, 2023

The discussion on the meeting was to skip that failing test in Node 14 👍

@@ -625,7 +625,7 @@ describe('Acceptance: ember new', function () {
checkFileWithEmberCLIVersionReplacement(fixturePath, 'tests/dummy/config/ember-cli-update.json');
});

it('app + typescript', async function () {
it.skip('app + typescript', async function () {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The intention was to skip them in node 14, not skip them in every node.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added a node check in the latest commit 🥳

(I had tried checking NODE_VERSION on the env, but our test infra doesn't expose that, and I didn't think it made sense to mess with the test infra rn)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

image

@ef4 ef4 merged commit f2fda0b into ember-cli:lts-4-12 Jul 28, 2023
14 checks passed
@NullVoxPopuli NullVoxPopuli deleted the backport-10300-to-4-12 branch July 29, 2023 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants