Browse Source

autopkgtest: Re-enable unbind-unbound-slot-luks2

Seems the timing issues are gone.
Christoph Biedl 1 year ago
parent
commit
d75a16694e
1 changed files with 0 additions and 4 deletions
  1. 0 4
      debian/tests/run-testsuite

+ 0 - 4
debian/tests/run-testsuite

@@ -26,10 +26,6 @@ exit=0
 cd "$src_dir/src/luks/tests"
 
 for f in $(find . -type f -not -name 'tests-common-functions*' -executable | sort); do
-    if [ "$f" = './unbind-unbound-slot-luks2' ]; then
-        echo "W: Skipping test $f"
-        continue
-    fi
     echo "I: Running test $f"
     # test are very noisy, keep them silent as long as they pass
     t0="$(date +%s)"