Thomas Sarboni
Thomas Sarboni
Hi, To skip you teardown, you can use something like: ```.bash if [[ "$BATS_TEST_SKIPPED" - eq 1 ]]; then return 0 fi ``` or ```.bash if [[ ! "$BATS_TEST_SKIPPED" ]];...
Hi. Unit tests are currently disabled because they fail. You can re-enable them when they pass by removing following lines in debian/rules: ```.makefile override_dh_auto_test: ````
Hi, I disabled tests overriding because they are OK now. Do you plan to merge this ?
I'm unable to run integration tests on my consumers because I always get this error when I start a worker for the first time. Do you have any news on...
> For the next person with this problem, here is a workaround that works for me: > > I have the same problem in Fedora 32, `runc` 1.0.0 and `docker`...