lidavidm commented on code in PR #3695:
URL: https://github.com/apache/arrow-adbc/pull/3695#discussion_r2516242393
##########
rust/driver_manager/src/lib.rs:
##########
@@ -2015,6 +2015,31 @@ mod tests {
}
}
+ /// Regression test for https://github.com/apache/arrow-adbc/pull/3693
+ /// Ensures driver manager tests for Windows pull in Windows crates. This
+ /// can be removed/replace when more complete tests are added.
+ #[test]
+ #[cfg(target_os = "windows")]
Review Comment:
Any reason not to run this on all platforms?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]