Skip to content

Commit

Permalink
Ignore flaky clippy tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jul 12, 2023
1 parent 136dab6 commit fb5efd7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tools/clippy/tests/ui/empty_line_after_doc_comments.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
//@aux-build:proc_macro_attr.rs:proc-macro
// Flaky test, see https://github.com/rust-lang/rust/issues/113585.
//@ignore-32bit
//@ignore-64bit
#![warn(clippy::empty_line_after_doc_comments)]
#![allow(clippy::assertions_on_constants)]
#![feature(custom_inner_attributes)]
Expand Down
3 changes: 3 additions & 0 deletions src/tools/clippy/tests/ui/empty_line_after_outer_attribute.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
//@aux-build:proc_macro_attr.rs:proc-macro
// Flaky test, see https://github.com/rust-lang/rust/issues/113585.
//@ignore-32bit
//@ignore-64bit
#![warn(clippy::empty_line_after_outer_attr)]
#![allow(clippy::assertions_on_constants)]
#![feature(custom_inner_attributes)]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
//@aux-build:proc_macro_attr.rs:proc-macro
// Flaky test, see https://github.com/rust-lang/rust/issues/113585.
//@ignore-32bit
//@ignore-64bit

#![warn(clippy::needless_arbitrary_self_type)]

Expand Down

0 comments on commit fb5efd7

Please sign in to comment.