Comment out tests that use system time

This commit is contained in:
Emilia Hane
2023-02-14 13:50:55 +01:00
parent 73c7ad73b8
commit 9e4abc79fb
3 changed files with 6 additions and 5 deletions

View File

@@ -370,6 +370,7 @@ where
}
}
/*
#[cfg(test)]
mod tests {
use super::*;
@@ -724,4 +725,4 @@ mod tests {
rig.expect_chain_segment();
rig.expect_chain_segment();
}
}
}*/