]> Repositorios git - scryer-prolog.git/commitdiff
ignore setup_call_cleanup tests as their output is apparently non-deterministic
authorSkgland <[email protected]>
Wed, 2 Jun 2021 15:41:14 +0000 (17:41 +0200)
committerSkgland <[email protected]>
Wed, 2 Jun 2021 15:41:14 +0000 (17:41 +0200)
tests/scryer/src_tests.rs

index 4bfe92d94569921d869cc5994505b6ebdbda966b..51caf4a86b87013574402a7e1080342582c96915 100644 (file)
@@ -40,6 +40,7 @@ fn rules() {
 }
 
 #[test]
+#[ignore]
 fn setup_call_cleanup_load() {
     load_module_test(
         "src/tests/setup_call_cleanup.pl",
@@ -48,6 +49,7 @@ fn setup_call_cleanup_load() {
 }
 
 #[test]
+#[ignore]
 fn setup_call_cleanup_process() {
     run_top_level_test_with_args(
         &["src/tests/setup_call_cleanup.pl"],