Skip to content

Commit

Permalink
LPD-21284 Quarantine Questions tests consistently failing on the Rele…
Browse files Browse the repository at this point in the history
…ase Tester
  • Loading branch information
nikki-pru authored and brianchandotcom committed Apr 1, 2024
1 parent b20515b commit ba4db95
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,8 @@ definition {
@priority = 4
@refactordone
test CanConfigureLandingPageTopicNavigation {
property portal.release = "quarantine";

task ("Given there is a caregory created") {
JSONMBMessage.addCategory(
categoryDescription = "Description",
Expand Down Expand Up @@ -395,6 +397,8 @@ definition {
@priority = 4
@refactordone
test CanConfigureRootTopic {
property portal.release = "quarantine";

task ("Given there is a created categoies") {
JSONMBMessage.addCategory(
categoryDescription = "Description",
Expand Down Expand Up @@ -599,6 +603,8 @@ definition {
@description = "LPS-137639 - Validate if the user can delete a thread through Activity, it also covers LPS-137639."
@priority = 4
test CanDeleteThreadThroughMyActivity {
property portal.release = "quarantine";

task ("Given there is a message created") {
JSONMBMessage.addMessage(
groupName = "Guest",
Expand Down Expand Up @@ -1177,6 +1183,7 @@ definition {
@description = "LPS-133798 - Validate if the guest can check the canonical URL, also covers LPS-137636."
@priority = 4
test CanViewCanonicalURL {
property portal.release = "quarantine";
property test.liferay.virtual.instance = "false";
property test.run.type = "single";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ definition {
@priority = 3
@refactordone
test CanAddMultipleSubTopics {
property portal.release = "quarantine";
property solutions.acceptance = "true";

task ("Given a Questions category with non-Latin characters") {
Expand Down Expand Up @@ -76,6 +77,8 @@ definition {
@priority = 4
@refactordone
test CanAddQuestionViaSubTopic {
property portal.release = "quarantine";

task ("Given a Questions category and subtopic with non-Latin characters") {
JSONMBMessage.addCategory(
categoryDescription = "トピック記述",
Expand Down

0 comments on commit ba4db95

Please sign in to comment.