@@ -7,7 +7,6 @@ use libdd_profiling::internal::EncodedProfile;
77use std:: path:: PathBuf ;
88
99/// Create a file-based exporter and return the temp file path
10- #[ cfg( unix) ]
1110fn create_file_exporter (
1211 profiling_library_name : & str ,
1312 profiling_library_version : & str ,
@@ -52,7 +51,6 @@ mod tests {
5251 }
5352
5453 #[ test]
55- #[ cfg( unix) ]
5654 #[ cfg_attr( miri, ignore) ]
5755 fn multipart_agent ( ) {
5856 let profiling_library_name = "dd-trace-foo" ;
@@ -157,7 +155,6 @@ mod tests {
157155 }
158156
159157 #[ test]
160- #[ cfg( unix) ]
161158 #[ cfg_attr( miri, ignore) ]
162159 fn including_internal_metadata ( ) {
163160 let profiling_library_name = "dd-trace-foo" ;
@@ -218,7 +215,6 @@ mod tests {
218215 }
219216
220217 #[ test]
221- #[ cfg( unix) ]
222218 #[ cfg_attr( miri, ignore) ]
223219 fn including_process_tags ( ) {
224220 let profiling_library_name = "dd-trace-foo" ;
@@ -274,7 +270,6 @@ mod tests {
274270 }
275271
276272 #[ test]
277- #[ cfg( unix) ]
278273 #[ cfg_attr( miri, ignore) ]
279274 fn including_info ( ) {
280275 let profiling_library_name = "dd-trace-foo" ;
@@ -337,7 +332,6 @@ mod tests {
337332 }
338333
339334 #[ test]
340- #[ cfg( unix) ]
341335 #[ cfg_attr( miri, ignore) ]
342336 fn multipart_agentless ( ) {
343337 let profiling_library_name = "dd-trace-foo" ;
0 commit comments