Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c7fb2c2

Browse files
author
kavyasree
committedDec 13, 2024·
Remove 21763 ui test
1 parent ab25ede commit c7fb2c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎SPECS/rust/rust.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@ USER=root SUDO_USER=root %make_build
122122
# We expect to generate dynamic CI contents in this folder, but it will fail since the .github folder is not included
123123
# with the published sources.
124124
mkdir -p .github/workflows
125-
./x.py run src/tools/expand-yaml-anchors
126125

127126
ln -s %{_topdir}/BUILD/rustc-%{version}-src/build/x86_64-unknown-linux-gnu/stage2-tools-bin/rustfmt %{_topdir}/BUILD/rustc-%{version}-src/build/x86_64-unknown-linux-gnu/stage0/bin/
128127
ln -s %{_topdir}/BUILD/rustc-%{version}-src/vendor/ /root/vendor
129128
# remove rustdoc ui flaky test issue-98690.rs (which is tagged with 'unstable-options')
130-
rm -v ./tests/rustdoc-ui/issue-98690.*
129+
rm -v ./tests/ui/issues/issue-21763.*
130+
rm -v ./tests/rustdoc-ui/issues/issue-98690.*
131131
%make_build check
132132

133133
%install

0 commit comments

Comments
 (0)
Please sign in to comment.