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

Fix AngularJS tests #17100

Merged
merged 1 commit into from Jan 15, 2021
Merged

Fix AngularJS tests #17100

merged 1 commit into from Jan 15, 2021

Conversation

sgiehl
Copy link
Member

@sgiehl sgiehl commented Jan 15, 2021

AngularJS tests are currently always failing as PhantomJS doesn't seem to start up correctly.

Seems there was a new release of Karma (6.0.0), which causes the problem. As we are currently requiring Karama >= 0.12.1 only, it automatically used the new version for testing.

I've added a < 6.0.0 for the Karma requirement. This ensures the version 5.2 is used again.
Will merge this for now, so tests are running again.

@tsteur @diosmosis Not sure if we should have a look somewhen why it actually doesn't work with Karma 6. Feel free to create an issue if that is something we should look into...

@sgiehl sgiehl added c: Tests & QA For issues related to automated tests or making it easier to QA & test issues. not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. labels Jan 15, 2021
@sgiehl sgiehl added this to the 4.2.0 milestone Jan 15, 2021
@sgiehl sgiehl merged commit 7b7f686 into 4.x-dev Jan 15, 2021
@sgiehl sgiehl deleted the fixangularjstests branch January 15, 2021 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Tests & QA For issues related to automated tests or making it easier to QA & test issues. not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant