summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnetci.groovy5
1 files changed, 4 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index 453e33069e..db976f6aa6 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -2604,11 +2604,14 @@ Constants.allScenarios.each { scenario ->
addArchSpecificExclude(architecture, failTag)
addArchSpecificExclude(architecture, excludeTag)
}
-
else {
addExclude("pri1")
}
+ // Exclude any test marked LONG_RUNNING; these often exceed the standard timeout and fail as a result.
+ // TODO: We should create a "long running" job that runs these with a longer timeout.
+ addExclude("LONG_RUNNING")
+
smartyCommand += "/lstFile Tests.lst"
def testListArch = [