]> Repositorios git - scryer-prolog.git/commitdiff
Ignore stress test because it fails on windows
authorNicolas Luck <[email protected]>
Mon, 7 Aug 2023 16:41:08 +0000 (18:41 +0200)
committerNicolas Luck <[email protected]>
Mon, 7 Aug 2023 16:41:08 +0000 (18:41 +0200)
src/machine/lib_machine.rs

index 8641d13dea180d2b89925e8f45b88f370dd4d6d7..a90e7adc89fc5491919da115f46e775ee0e8e213 100644 (file)
@@ -231,6 +231,7 @@ mod tests {
 
     }
 
+    #[ignore = "fails on windows"]
     #[tokio::test]
     async fn stress_integration_test() {
         let mut machine = Machine::new_lib();