aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_vcl.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_vcl.py')
-rwxr-xr-xtest/test_vcl.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test_vcl.py b/test/test_vcl.py
index a574f7ff6f4..2688816d42a 100755
--- a/test/test_vcl.py
+++ b/test/test_vcl.py
@@ -6,7 +6,7 @@ import os
import subprocess
import signal
from framework import VppTestCase, VppTestRunner, running_extended_tests, \
- Worker, is_platform_aarch64
+ Worker
from vpp_ip_route import VppIpTable, VppIpRoute, VppRoutePath, FibPathProto
iperf3 = '/usr/bin/iperf3'
@@ -291,8 +291,6 @@ class LDPCutThruTestCase(VCLTestCase):
"sock_test_client", self.client_echo_test_args)
@unittest.skipUnless(_have_iperf3, "'%s' not found, Skipping.")
- @unittest.skipIf(is_platform_aarch64,
- "intermittently fails on AARCH64 CI jobs")
def test_ldp_cut_thru_iperf3(self):
""" run LDP cut thru iperf3 test """