diff --git a/.github/workflows/ohos.yml b/.github/workflows/ohos.yml index d1b26fe8520..3381426e6ef 100644 --- a/.github/workflows/ohos.yml +++ b/.github/workflows/ohos.yml @@ -157,7 +157,8 @@ jobs: name: HarmonyOS Build (aarch64) continue-on-error: true runs-on: hos-builder - if: github.repository == 'servo/servo' + if: ${{ false }} + #if: github.repository == 'servo/servo' steps: - if: ${{ github.event_name != 'pull_request_target' }} run: git fetch --depth=1 origin $GITHUB_SHA @@ -184,7 +185,8 @@ jobs: # so in the beginning we will just do a best effort approach but ignore errors. continue-on-error: true runs-on: hos-runner - if: github.repository == 'servo/servo' + if: ${{ false }} + #if: github.repository == 'servo/servo' needs: build-harmonyos-aarch64 steps: - uses: actions/download-artifact@v4 @@ -246,7 +248,8 @@ jobs: continue-on-error: true runs-on: hos-runner needs: test-harmonyos-aarch64 - if: github.repository == 'servo/servo' + if: ${{ false }} + #if: github.repository == 'servo/servo' steps: - uses: actions/download-artifact@v4 with: diff --git a/tests/wpt/meta/dom/xslt/large-cdata.html.ini b/tests/wpt/meta/dom/xslt/large-cdata.html.ini index 35649fdefbf..00fb643e548 100644 --- a/tests/wpt/meta/dom/xslt/large-cdata.html.ini +++ b/tests/wpt/meta/dom/xslt/large-cdata.html.ini @@ -1,2 +1,2 @@ [large-cdata.html] - expected: TIMEOUT + expected: FAIL