Skip to content

Commit 9956ea0

Browse files
committed
chore: Add dev comment about commented out unit tests
1 parent 0a8e363 commit 9956ea0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

rust/boil/src/main.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ async fn main() -> Result<(), Error> {
114114

115115
#[cfg(test)]
116116
mod tests {
117+
// TODO (@Techassi): These tests are currently commented out because rstest
118+
// contains a bug related to the Rust's core library and the local core
119+
// module. It is fixed upstream, but not released yet.
117120
// use rstest::rstest;
118121

119122
// use super::*;

0 commit comments

Comments
 (0)