diff --git a/dnf-behave-tests/dnf/install-path.feature b/dnf-behave-tests/dnf/install-path.feature index 772c3deb1..cbe970194 100644 --- a/dnf-behave-tests/dnf/install-path.feature +++ b/dnf-behave-tests/dnf/install-path.feature @@ -27,27 +27,6 @@ Scenario: I can install an RPM from path, when specifying the RPM multiple times | install | setup-0:2.12.1-1.fc29.noarch | -@xfail -Scenario: I can install an RPM from path, when specifying the RPM multiple times using different paths - Given I set working directory to "{context.dnf.fixturesdir}/repos/dnf-ci-fedora" - When I execute dnf with args "install noarch/setup-2.12.1-1.fc29.noarch.rpm {context.dnf.fixturesdir}/repos/dnf-ci-fedora/noarch/setup-2.12.1-1.fc29.noarch.rpm" - Then the exit code is 0 - And Transaction is following - | Action | Package | - | install | setup-0:2.12.1-1.fc29.noarch | - - -@xfail -Scenario: I can install an RPM from path, when specifying the RPM multiple times using symlink - Given I copy file "{context.dnf.fixturesdir}/repos/dnf-ci-fedora/noarch/setup-2.12.1-1.fc29.noarch.rpm" to "/tmp/setup-2.12.1-1.fc29.noarch.rpm" - And I create symlink "/tmp/symlink.rpm" to file "/tmp/setup-2.12.1-1.fc29.noarch.rpm" - When I execute dnf with args "install {context.dnf.installroot}/tmp/setup-2.12.1-1.fc29.noarch.rpm {context.dnf.installroot}/tmp/symlink.rpm" - Then the exit code is 0 - And Transaction is following - | Action | Package | - | install | setup-0:2.12.1-1.fc29.noarch | - - Scenario: I can install an RPM from url, where url is http address Given I use repository "dnf-ci-fedora" as http And I execute dnf with args "install http://localhost:{context.dnf.ports[dnf-ci-fedora]}/noarch/setup-2.12.1-1.fc29.noarch.rpm"