Skip to content

Commit 15d32f6

Browse files
committed
ci: skip html5lib-tests on v1.13.x branch
see #2449
1 parent e18da00 commit 15d32f6

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.github/workflows/upstream.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -135,24 +135,24 @@ jobs:
135135
- run: bundle exec rake compile
136136
- run: bundle exec rake test
137137

138-
html5lib-tests:
139-
runs-on: ubuntu-latest
140-
container:
141-
image: ghcr.io/sparklemotion/nokogiri-test:mri-3.1
142-
steps:
143-
- uses: actions/checkout@v2
144-
with:
145-
submodules: true
146-
- uses: actions/cache@v2
147-
with:
148-
path: ports
149-
key: ports-ubuntu-${{hashFiles('dependencies.yml', 'patches/**/*.patch')}}
150-
- name: Update html5lib-tests
151-
run: |
152-
cd test/html5lib-tests
153-
git remote update origin
154-
git checkout origin/master
155-
git log --pretty=oneline -n1
156-
- run: bundle install --local || bundle install
157-
- run: bundle exec rake compile -- --disable-system-libraries
158-
- run: bundle exec rake test
138+
# html5lib-tests:
139+
# runs-on: ubuntu-latest
140+
# container:
141+
# image: ghcr.io/sparklemotion/nokogiri-test:mri-3.1
142+
# steps:
143+
# - uses: actions/checkout@v2
144+
# with:
145+
# submodules: true
146+
# - uses: actions/cache@v2
147+
# with:
148+
# path: ports
149+
# key: ports-ubuntu-${{hashFiles('dependencies.yml', 'patches/**/*.patch')}}
150+
# - name: Update html5lib-tests
151+
# run: |
152+
# cd test/html5lib-tests
153+
# git remote update origin
154+
# git checkout origin/master
155+
# git log --pretty=oneline -n1
156+
# - run: bundle install --local || bundle install
157+
# - run: bundle exec rake compile -- --disable-system-libraries
158+
# - run: bundle exec rake test

0 commit comments

Comments
 (0)