Skip to content

Commit

Permalink
LRQA-57518 Ignore tests that use archived marketplace themes as artif…
Browse files Browse the repository at this point in the history
…acts
  • Loading branch information
john-co authored and brianchandotcom committed Apr 3, 2020
1 parent e3b0fcc commit d27a0b0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1120,6 +1120,9 @@ definition {
AssertConsoleTextNotPresent(value1 = "java.lang.StringIndexOutOfBoundsException");
}

// Ignored because of the ticket LRQA-57518

@ignore = "true"
@priority = "4"
test ExportImportThemeSettings {
property osgi.app.includes = "frontend-theme-porygon";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ definition {
Portlet.viewPG(portletName = "Hello World");
}

// Ignored because of the ticket LRQA-57518

@description = "This is a use case for LPS-74307."
@ignore = "true"
@priority = "5"
test AddSiteTemplateChangeCurrentTheme {
property osgi.app.includes = "frontend-theme-fjord";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,10 @@ definition {
roleTitle = "Guest");
}

// Ignored because of the ticket LRQA-57518

@description = "This is a use case for LPS-75802"
@ignore = "true"
@priority = "5"
test PublishSiteCreatedBasedOnASiteTemplate {
property osgi.app.includes = "frontend-theme-porygon";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,10 @@ definition {
}
}

// Ignored because of the ticket LRQA-57518

@description = "This is a test for LPS-86191. A user can configure the page settings for each individual display page. This test changes the theme."
@ignore = "true"
@priority = "4"
test ConfigureDisplayPageTheme {
property osgi.app.includes = "frontend-theme-fjord";
Expand Down

0 comments on commit d27a0b0

Please sign in to comment.