Skip to content

Commit

Permalink
SITES-20674 - Release Core Components 2.25.0
Browse files Browse the repository at this point in the history
 * ignore test temporally
  • Loading branch information
LSantha committed May 8, 2024
1 parent 6fe5dfd commit e6c514c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public void testSimplePage() throws ClientException {
@Test
@RunIfToggleEnabled("FT_SITES-13466")
@Category(IgnoreOn65.class)
@Ignore
public void testNgdmImage() throws ClientException {
String content = adminAuthor.doGet("/content/core-components/image/ngdm-image.html", 200).getContent();
Elements html = Jsoup.parse(content).select("html");
Expand Down

0 comments on commit e6c514c

Please sign in to comment.