Skip to content

Commit 351e0f7

Browse files
committed
Temporarily disable Fuchsia test job to unblock queue
See <https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/fuchsia.20failure/with/506637259> for efforts to fix the test job.
1 parent 493c38b commit 351e0f7

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

src/ci/github-actions/jobs.yml

+10-7
Original file line numberDiff line numberDiff line change
@@ -262,13 +262,16 @@ auto:
262262
- name: test-various
263263
<<: *job-linux-4c
264264

265-
- name: x86_64-fuchsia
266-
# Only run this job on the nightly channel. Fuchsia requires
267-
# nightly features to compile, and this job would fail if
268-
# executed on beta and stable.
269-
only_on_channel: nightly
270-
doc_url: https://rustc-dev-guide.rust-lang.org/tests/fuchsia.html
271-
<<: *job-linux-8c
265+
# FIXME: temporarily disabled due to fuchsia server rate limits. See
266+
# <https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/fuchsia.20failure/with/506637259>.
267+
#
268+
#- name: x86_64-fuchsia
269+
# # Only run this job on the nightly channel. Fuchsia requires
270+
# # nightly features to compile, and this job would fail if
271+
# # executed on beta and stable.
272+
# only_on_channel: nightly
273+
# doc_url: https://rustc-dev-guide.rust-lang.org/tests/fuchsia.html
274+
# <<: *job-linux-8c
272275

273276
# Tests integration with Rust for Linux.
274277
# Builds stage 1 compiler and tries to compile a few RfL examples with it.

0 commit comments

Comments
 (0)