Skip to content

Commit

Permalink
tmp: Skip ovs-bridge e2e test with nmstate 1.2
Browse files Browse the repository at this point in the history
An OVS-bridge e2e tests was reenabled in
a5ed4b5 in upstreams. This required a
fix in nmstate which was not yet backported to nmstate 1.2. Therefor we
keep this test skipping until it was backported to nmstate 1.2 as this
does not make things worse.

Signed-off-by: Christoph Stäbler <cstabler@redhat.com>
(cherry picked from commit 8a9fe63)
(cherry picked from commit 97f52d4)
  • Loading branch information
creydr committed Sep 27, 2022
1 parent ce44af5 commit 2eb8126
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/ocp-e2e-tests-handler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export FIRST_SECONDARY_NIC=enp3s0
export SECOND_SECONDARY_NIC=enp4s0
export FLAKE_ATTEMPTS="${FLAKE_ATTEMPTS:-5}"

SKIPPED_TESTS="user-guide|bridged"
SKIPPED_TESTS="user-guide|bridged|\
when desiredState is updated with ovs-bridge with linux bond as port" # https://bugzilla.redhat.com/show_bug.cgi?id=2005240 is not yet fixed in nmstate 1.2

if [ "${CI}" == "true" ]; then
source ${SHARED_DIR}/fix-uid.sh
Expand Down

0 comments on commit 2eb8126

Please sign in to comment.