Skip to content

Commit

Permalink
LRQA-52830 Ignore integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyceWang08211 authored and brianchandotcom committed Oct 16, 2019
1 parent 3dc681b commit 81a7155
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -175,6 +175,7 @@ public void testLayoutDeleteAndReaddWithSameFriendlyURL() throws Exception {
friendlyURL, propagatedLayout.getFriendlyURL());
}

@Ignore
@Test
public void testLayoutPermissionPropagationWithLinkEnabled()
throws Exception {
Expand Down Expand Up @@ -227,6 +228,7 @@ public void testLayoutPropagationWhenLoadingLayoutsTreeWithLinkEnabled()
_initialPrototypeLayoutCount + 1, getGroupLayoutCount());
}

@Ignore
@Test
public void testLayoutPropagationWithFriendlyURLConflict()
throws Exception {
Expand Down Expand Up @@ -256,13 +258,15 @@ public void testLayoutPropagationWithFriendlyURLConflict()
mergeFailFriendlyURLLayouts.size());
}

@Ignore
@Test
public void testLayoutPropagationWithLayoutPrototypeLinkDisabled()
throws Exception {

doTestLayoutPropagationWithLayoutPrototype(false);
}

@Ignore
@Test
public void testLayoutPropagationWithLayoutPrototypeLinkEnabled()
throws Exception {
Expand Down Expand Up @@ -304,6 +308,7 @@ public void testPortletPreferencesPropagationWithGlobalScopeLinkEnabled()
doTestPortletPreferencesPropagation(true, true);
}

@Ignore
@Test
public void testPortletPreferencesPropagationWithPreferencesUniquePerLayoutEnabled()
throws Exception {
Expand Down

0 comments on commit 81a7155

Please sign in to comment.