You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2018. It is now read-only.
The MIME-Types test in the current tests are volatile on different Installations (PHP version, unix version ...)
We could factor the tests out and add a @volatile tag.
A cucumber.yml file could help us add defaults runs without the @volatile:
Note that in OC6 the mime types aren't based on file contents any more due to performance.
There is now a mapping between file extension and mime type (I don't know where in the OC code yet).
That might simplify the tests a bit ?
The MIME-Types test in the current tests are volatile on different Installations (PHP version, unix version ...)
We could factor the tests out and add a @volatile tag.
A cucumber.yml file could help us add defaults runs without the @volatile:
https://github.com/cucumber/cucumber/wiki/cucumber.yml
The text was updated successfully, but these errors were encountered: