Skip to content

Commit 30a47b0

Browse files
authored
chore: disable shadow dom test (#466)
This feature is going to be disabled as it's breaking with `<a>` elements
1 parent 5726fa7 commit 30a47b0

File tree

3 files changed

+413
-2
lines changed

3 files changed

+413
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ jobs:
117117
- checkout
118118
- restore-cache: *restore-cache
119119
- *install
120-
- run: npx semantic-release
120+
# @TODO re-enable when done with the sequence of fixes
121+
#- run: npx semantic-release
121122

122123
# Workflows enables us to run multiple jobs in parallel
123124
workflows:

tests/web-platform/cypress/integration/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ describe('css/cssom-view', () => {
44
const tests = [
55
'scrollintoview.html',
66
'scrollIntoView-smooth.html',
7-
'scrollIntoView-shadow.html',
7+
//'scrollIntoView-shadow.html',
88
]
99
tests.forEach(test => {
1010
it(`implements ${test} correctly`, () => {

0 commit comments

Comments
 (0)