-
Notifications
You must be signed in to change notification settings - Fork 993
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
Tests are failing #985
Comments
Merged
0e52a04 added a dependency on org.apache.tika:tika-parsers:1.12 that has updated Excluding the dependency in build.gradle fixes the failing tests:
However,
|
dularion
added a commit
that referenced
this issue
Feb 6, 2021
#985 Exclude various non video related dependencies from tika
dularion
pushed a commit
that referenced
this issue
Feb 6, 2021
* origin/master: #985 Exclude various non video related dependencies from tika use class instead of inline style quickfix new releases h3 - Header consistency and design (mobile) - bugfix for admin pages previous commit Fixed: - Home button to close to logo when version is disabled - User settings overlapped with nav bar - nav bar pretty positioning # Conflicts: # grails-app/assets/stylesheets/_main.scss
Thanks guys! This is resolved now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue description
Since sometime around v1.9.0 (can't pinpoint the exact commit, but 1.8.3 worked for me) some tests are failing. The failing tests are:
streama.VideoServiceSpec > test delete video and all associations
streama.VideoSpec > test has files, with files
Steps to Reproduce
/gradlew build
Expected Behaviour
All tests pass
Actual Behaviour
The tests
streama.VideoServiceSpec > test delete video and all associations
andstreama.VideoSpec > test has files, with files
fail, causing the entire build to fail.The output is:
Test error for
test delete video and all associations
:Test error for
test has files, with files
:Environment Information
The text was updated successfully, but these errors were encountered: