Skip to content

Commit 8552b1e

Browse files
committed
Disable Responsive-Design suite in tests
1 parent 3af7af3 commit 8552b1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/tests.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,6 +1099,7 @@ Suites.push({
10991099
name: "Responsive-Design",
11001100
url: "experimental/responsive-design/dist/index.html",
11011101
tags: ["responsive-design", "webcomponents", "experimental"],
1102+
disabled: true,
11021103
type: "async",
11031104
async prepare(page) {
11041105
(await page.waitForElement("#content-iframe")).focus();

0 commit comments

Comments
 (0)