@@ -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