Skip to content

Commit a189dee

Browse files
LSanthaclaude
andauthored
SITES-42542 - Disable Page v3 structured data IT until foundation feature lands (#3039)
* Mark testStructuredData with @ignore so the build does not depend on FT_SITES-42542 being toggled on with a foundation bundle that ships the StructuredData Sling Model. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 32c2a3d commit a189dee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • testing/it/http/src/test/java/com/adobe/cq/wcm/core/components/it/http/page/v3

testing/it/http/src/test/java/com/adobe/cq/wcm/core/components/it/http/page/v3/PageIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import org.apache.sling.testing.clients.ClientException;
2121
import org.junit.BeforeClass;
2222
import org.junit.ClassRule;
23+
import org.junit.Ignore;
2324
import org.junit.Rule;
2425
import org.junit.Test;
2526
import org.junit.rules.ErrorCollector;
@@ -81,6 +82,7 @@ public void testIsClientlibsAsync() throws ClientException {
8182
}
8283

8384
@Test
85+
@Ignore("Disabled until the feature is available in cq/foundation (SITES-42542).")
8486
@RunIfToggleEnabled("FT_SITES-42542")
8587
public void testStructuredData() throws ClientException {
8688
String message = "The page head should contain the JSON-LD script tag for the cq:structuredData block";

0 commit comments

Comments
 (0)