diff --git a/dnf-behave-tests/dnf/module/defaults-streams.feature b/dnf-behave-tests/dnf/module/defaults-streams.feature index bad5160a0..dc0d9bd48 100644 --- a/dnf-behave-tests/dnf/module/defaults-streams.feature +++ b/dnf-behave-tests/dnf/module/defaults-streams.feature @@ -5,6 +5,7 @@ Background: And I use repository "dnf-ci-fedora" +@dnf5 @bz1657213 Scenario: The default stream is enabled when requiring module is enabled When I execute dnf with args "module enable meson:master" diff --git a/dnf-behave-tests/dnf/module/defaults.feature b/dnf-behave-tests/dnf/module/defaults.feature index 502a42a70..f469eecc4 100644 --- a/dnf-behave-tests/dnf/module/defaults.feature +++ b/dnf-behave-tests/dnf/module/defaults.feature @@ -5,6 +5,7 @@ Background: And I use repository "dnf-ci-fedora" +@dnf5 Scenario: The default stream is used when enabling a module When I execute dnf with args "module enable nodejs" Then the exit code is 0 diff --git a/dnf-behave-tests/dnf/module/enable.feature b/dnf-behave-tests/dnf/module/enable.feature index 5f15d901a..f9b32d145 100644 --- a/dnf-behave-tests/dnf/module/enable.feature +++ b/dnf-behave-tests/dnf/module/enable.feature @@ -5,6 +5,7 @@ Background: Given I use repository "dnf-ci-fedora-modular" +@dnf5 Scenario Outline: Enable a module stream by When I execute dnf with args "module enable " Then the exit code is 0