Unverified Commit d5deebda authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

kolla: ignore test which failed because of an additional close syscall

parent 777f8cb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ python3Packages.buildPythonApplication rec {
  # Tests output a few exceptions but still succeed
  checkPhase = ''
    runHook preCheck
    stestr run
    stestr run -e <(echo "test_load_ok")
    runHook postCheck
  '';