File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
tokio-util/src/sync/tests Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ fn drop_token_no_child() {
100100 } ) ;
101101}
102102
103- // Temporarily disabled due to a false positive in loom - see https://github.com/tokio-rs/tokio/pull/7644#issuecomment-3328381344
104- #[ ignore]
103+ // Temporarily disabled due to a false positive in loom -
104+ // see https://github.com/tokio-rs/tokio/pull/7644#issuecomment-3328381344 #[ignore]
105105#[ test]
106106fn drop_token_with_children ( ) {
107107 loom:: model ( || {
@@ -127,8 +127,8 @@ fn drop_token_with_children() {
127127 } ) ;
128128}
129129
130- // Temporarily disabled due to a false positive in loom - see https://github.com/tokio-rs/tokio/pull/7644#issuecomment-3328381344
131- #[ ignore]
130+ // Temporarily disabled due to a false positive in loom -
131+ // see https://github.com/tokio-rs/tokio/pull/7644#issuecomment-3328381344 #[ignore]
132132#[ test]
133133fn drop_and_cancel_token ( ) {
134134 loom:: model ( || {
@@ -154,7 +154,8 @@ fn drop_and_cancel_token() {
154154 } ) ;
155155}
156156
157- // Temporarily disabled due to a false positive in loom - see https://github.com/tokio-rs/tokio/pull/7644#issuecomment-3328381344
157+ // Temporarily disabled due to a false positive in loom -
158+ // see https://github.com/tokio-rs/tokio/pull/7644#issuecomment-3328381344
158159#[ ignore]
159160#[ test]
160161fn cancel_parent_and_child ( ) {
You can’t perform that action at this time.
0 commit comments