Skip to content

Commit

Permalink
Rename and enable tests for install latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kontura committed Jul 15, 2024
1 parent 7e3e2ca commit 735bdde
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
@dnf5
Feature: Always use the latest packages even for dependecies
Feature: Always use the latest packages when installing dependecies


# The focusbest behavior has been reverted.
# It might become an option in the future.
@xfail
Scenario: prefer installing latests dependencies rather than smaller transaction
Given I use repository "focusbest"
Given I use repository "install-latest-deps"
And I successfully execute dnf with args "install krb5-libs-1.0"
When I execute dnf with args "install ipa-client"
Then the exit code is 0
Expand All @@ -22,7 +19,7 @@ Scenario: prefer installing latests dependencies rather than smaller transaction


Scenario: if latests dependencies are not possible to install fall back to lower versions without errors
Given I use repository "focusbest"
Given I use repository "install-latest-deps"
And I successfully execute dnf with args "install krb5-libs-1.0"
When I execute dnf with args "install ipa-client -x krb5-libs-2.0"
Then the exit code is 0
Expand Down

0 comments on commit 735bdde

Please sign in to comment.