Unverified Commit 13df180a authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

knot-resolver: disable a problematic test (#378769)

parents 417be881 688ae50a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -70,6 +70,13 @@ let # un-indented, over the whole file
            --replace "ffi.load(" "ffi.load('${lib.getLib knot-dns}/lib/' .. "
        done
      ''
      # https://gitlab.nic.cz/knot/knot-resolver/-/issues/925
      + ''
        patch modules/http/meson.build <<EOF
        @@ -22 +21,0 @@
        -  ['http', files('http.test.lua')],
        EOF
      ''
      # some tests have issues with network sandboxing, apparently
      + optionalString doInstallCheck ''
        echo 'os.exit(77)' > daemon/lua/trust_anchors.test/bootstrap.test.lua