Don't run ARM/ARM64 tests marked LONG_RUNNING
authorBruce Forstall <brucefo@microsoft.com>
Wed, 6 Dec 2017 01:48:54 +0000 (17:48 -0800)
committerBruce Forstall <brucefo@microsoft.com>
Wed, 6 Dec 2017 01:48:54 +0000 (17:48 -0800)
These tests can time out when run with the default job timeout.
So, disable them in normal runs.

netci.groovy

index 453e330..db976f6 100755 (executable)
@@ -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 = [