mirror of
https://github.com/servo/servo.git
synced 2025-07-19 13:23:46 +01:00
chore: Fix expectation of dom/xslt/large-cdata.html and disable HOS in CI (#38016)
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>
This commit is contained in:
parent
7eedeca715
commit
12d262ec23
2 changed files with 7 additions and 4 deletions
9
.github/workflows/ohos.yml
vendored
9
.github/workflows/ohos.yml
vendored
|
@ -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:
|
||||
|
|
2
tests/wpt/meta/dom/xslt/large-cdata.html.ini
vendored
2
tests/wpt/meta/dom/xslt/large-cdata.html.ini
vendored
|
@ -1,2 +1,2 @@
|
|||
[large-cdata.html]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue