summaryrefslogtreecommitdiff
path: root/tests/system-offloads-testsuite-macros.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system-offloads-testsuite-macros.at')
-rw-r--r--tests/system-offloads-testsuite-macros.at6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/system-offloads-testsuite-macros.at b/tests/system-offloads-testsuite-macros.at
index 5d7044f42..322166b8c 100644
--- a/tests/system-offloads-testsuite-macros.at
+++ b/tests/system-offloads-testsuite-macros.at
@@ -40,3 +40,9 @@ m4_define([CHECK_CONNTRACK_ALG],
[
AT_SKIP_IF([:])
])
+
+# Conntrack timeout not supported for tc.
+m4_define([CHECK_CONNTRACK_TIMEOUT],
+[
+ AT_SKIP_IF([:])
+])