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)
(cherry picked from commit 2eb8126)
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
(cherry picked from commit f0a4187)
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
(cherry picked from commit 1bcaa9b)
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
  • Loading branch information
creydr authored and dougsland committed Apr 25, 2023
1 parent 16b0007 commit 35a3cad
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 35a3cad

Please sign in to comment.