From 12d262ec233f8b3f4fb8ac022ba9d7b309033b4c Mon Sep 17 00:00:00 2001 From: sagudev <16504129+sagudev@users.noreply.github.com> Date: Sat, 12 Jul 2025 11:40:34 +0200 Subject: [PATCH] chore: Fix expectation of dom/xslt/large-cdata.html and disable HOS in CI (#38016) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I've seen two multiple runs failing that reported this test as stable FAIL (and in worst case it's intermittent TIMEOUT, but it does not look like it). We also disable HOS in CI, because they currently do not work: [#general > CI runners @ 💬](https://servo.zulipchat.com/#narrow/channel/263398-general/topic/CI.20runners/near/528443964) Testing: Just expectation fix. --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> --- .github/workflows/ohos.yml | 9 ++++++--- tests/wpt/meta/dom/xslt/large-cdata.html.ini | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) 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