Skip to content

tests/pam: Call parent class tearDown class method

Marco Trevisan requested to merge 3v1n0/fprintd:pam-tests-fix-timeout into master

Tests were passing but we were also hanging in some platforms (as debian and ubuntu) because the resources were not released.

So fix this by ensuring that we call the parent class tearDown function when required

Merge request reports