Make use of the new JUnit functionality introduced in the previous
commit to 'Assume' that perfomance- and timing-sensitive tests should
run only when TestGroup.PERFORMANCE is selected, i.e. when
-PtestGroups="performance" has been provided at the Gradle command line.
The net effect is that these tests are now ignored by default, which
will result in far fewer false-negative CI build failures due to
resource contention and other external factors that cause slowdowns.
We will set up a dedicated performance CI build to run these tests on
an isolated machine, etc.
Issue: SPR-9984
@ -131,6 +136,7 @@ public class PortletRequestUtilsTests extends TestCase {
@@ -131,6 +136,7 @@ public class PortletRequestUtilsTests extends TestCase {
@ -162,6 +168,7 @@ public class PortletRequestUtilsTests extends TestCase {
@@ -162,6 +168,7 @@ public class PortletRequestUtilsTests extends TestCase {
@ -200,6 +207,7 @@ public class PortletRequestUtilsTests extends TestCase {
@@ -200,6 +207,7 @@ public class PortletRequestUtilsTests extends TestCase {
@ -224,6 +232,7 @@ public class PortletRequestUtilsTests extends TestCase {
@@ -224,6 +232,7 @@ public class PortletRequestUtilsTests extends TestCase {
@ -262,6 +271,7 @@ public class PortletRequestUtilsTests extends TestCase {
@@ -262,6 +271,7 @@ public class PortletRequestUtilsTests extends TestCase {
@ -286,6 +296,7 @@ public class PortletRequestUtilsTests extends TestCase {
@@ -286,6 +296,7 @@ public class PortletRequestUtilsTests extends TestCase {
@ -319,6 +330,7 @@ public class PortletRequestUtilsTests extends TestCase {
@@ -319,6 +330,7 @@ public class PortletRequestUtilsTests extends TestCase {
@ -342,6 +354,7 @@ public class PortletRequestUtilsTests extends TestCase {
@@ -342,6 +354,7 @@ public class PortletRequestUtilsTests extends TestCase {
@ -365,7 +378,9 @@ public class PortletRequestUtilsTests extends TestCase {
@@ -365,7 +378,9 @@ public class PortletRequestUtilsTests extends TestCase {
@ -376,7 +391,9 @@ public class PortletRequestUtilsTests extends TestCase {
@@ -376,7 +391,9 @@ public class PortletRequestUtilsTests extends TestCase {
@ -387,7 +404,9 @@ public class PortletRequestUtilsTests extends TestCase {
@@ -387,7 +404,9 @@ public class PortletRequestUtilsTests extends TestCase {
@ -398,7 +417,9 @@ public class PortletRequestUtilsTests extends TestCase {
@@ -398,7 +417,9 @@ public class PortletRequestUtilsTests extends TestCase {
@ -409,7 +430,9 @@ public class PortletRequestUtilsTests extends TestCase {
@@ -409,7 +430,9 @@ public class PortletRequestUtilsTests extends TestCase {
@ -420,7 +443,9 @@ public class PortletRequestUtilsTests extends TestCase {
@@ -420,7 +443,9 @@ public class PortletRequestUtilsTests extends TestCase {