Travis build passes, but a test fails
See original GitHub issueE.g, for build https://travis-ci.org/garris/BackstopJS/jobs/504019959 the result is
14 passing (198ms) 3 pending 1 failing
But travis is green.
The failing test: should work without an option param
(test/core/util/makeConfig_spec.js)
Randomly checking older builds, this has been there for several months.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Travis CI build fails "testthat unit tests failed"; same test ...
Failing build for Github repo ukbtools. The test, in tests/testthat/test-dataset.R, accesses data from inst/extdata with system.file and ...
Read more >Common Build Problems
A very common cause when a test is suddenly breaking without any major code changes involved is a change in upstream dependencies. This...
Read more >Build passes locally but fails on Travis
I've notices that my builds on Travis fail, even though they pass ... The command "docker-compose run app sh -c "python manage.py test...
Read more >I don't know how to tackle "The Travis CI build failed"
I am facing some problem with My PR approval The Travis CI build failed which ... Does the test pass locally before making...
Read more >Empirical Study of Restarted and Flaky Builds on Travis CI
test, network problem, or a Travis CI limitations such as execution timeout. ... we observed that 70% of the builds pass, 18% fail,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes. Please just comment the line and add a note back to this thread. It doesn’t look like it will break anything else – so long as the other tests are passing. Thank you!
What do you think about this PR https://github.com/garris/BackstopJS/pull/1125 ? @garris
I found there was another issue https://github.com/garris/BackstopJS/issues/750 similar to this, so the refactor might prevent these problems.