Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
brookedalton committed Apr 25, 2022
1 parent a8c9f99 commit 60b2d46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3055,6 +3055,7 @@ definition {

test ViewSortWidgetConfigurationFeatureFlagUI {
property custom.properties = "feature.flag.LPS-134052=false";
property portal.acceptance = "brooke";

for (var title : list "Banana,Apple,Cherry") {
JSONWebcontent.addWebContent(
Expand Down
13 changes: 2 additions & 11 deletions test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6225,20 +6225,11 @@
test.batch.dist.app.servers[search]=tomcat

test.batch.names[search]=\
central-requirements-jdk8,\
functional-tomcat90-mysql57-jdk8,\
functional-tomcat90-mysql57-jdk11_open,\
functional-upgrade-tomcat90-mysql57-jdk8,\
js-unit-jdk8,\
modules-integration-mysql57-jdk8,\
modules-semantic-versioning-jdk8,\
modules-unit-jdk8,\
semantic-versioning-jdk8,\
unit-jdk8
functional-tomcat90-mysql57-jdk8

test.batch.run.property.query[functional-tomcat90-mysql57-jdk8][search]=\
(portal.suite.search.engine ~ elasticsearch7) AND \
(testray.main.component.name != "Upgrades Search")
(portal.acceptance == brooke)

test.batch.run.property.query[functional-tomcat90-mysql57-jdk11_open][search]=\
(elasticsearch.jdk11.enabled == true)
Expand Down

0 comments on commit 60b2d46

Please sign in to comment.