summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/bfd.at1
-rw-r--r--tests/ovsdb-idl.at1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/bfd.at b/tests/bfd.at
index 7af7be54a..8654ca5db 100644
--- a/tests/bfd.at
+++ b/tests/bfd.at
@@ -266,6 +266,7 @@ AT_CLEANUP
# Tests below are for bfd decay features.
AT_SETUP([bfd - bfd decay])
+AT_SKIP_IF([test "$IS_ARM64" = "yes"])
OVS_VSWITCHD_START([add-br br1 -- set bridge br1 datapath-type=dummy -- \
add-port br1 p1 -- set Interface p1 type=patch \
options:peer=p0 ofport_request=2 -- \
diff --git a/tests/ovsdb-idl.at b/tests/ovsdb-idl.at
index 564ef4c78..b5cbee7d9 100644
--- a/tests/ovsdb-idl.at
+++ b/tests/ovsdb-idl.at
@@ -1809,6 +1809,7 @@ m4_define([CHECK_STREAM_OPEN_BLOCK_PY],
# with multiple remotes to assert the idl connects to the leader of the Raft cluster
m4_define([OVSDB_CHECK_IDL_LEADER_ONLY_PY],
[AT_SETUP([$1 - Python3 (leader only)])
+ AT_SKIP_IF([test "$IS_ARM64" = "yes"])
AT_KEYWORDS([ovsdb server idl Python leader_only with tcp socket])
m4_define([LPBK],[127.0.0.1])
AT_CHECK([ovsdb_cluster_start_idltest $2 "ptcp:0:"LPBK])