gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-scheme] 09/11: cadet: skip failing test for now to allow other t


From: gnunet
Subject: [gnunet-scheme] 09/11: cadet: skip failing test for now to allow other tests to run.
Date: Thu, 30 Jun 2022 00:49:29 +0200

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit e50be30f6111dc87d6f4919907c66e7c43b113e5
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Wed Jun 29 22:35:27 2022 +0000

    cadet: skip failing test for now to allow other tests to run.
    
    * tests/cadet.scm ("(CADET) garbage collectable"): Skip, and document
    symptom in comment.
---
 tests/cadet.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/cadet.scm b/tests/cadet.scm
index 5c50230..f4cd279 100644
--- a/tests/cadet.scm
+++ b/tests/cadet.scm
@@ -36,7 +36,9 @@
 (test-begin "CADET")
 (test-assert "(CADET) close, not connected --> all fibers stop, no callbacks 
called"
   (close-not-connected-no-callbacks "cadet" connect disconnect!))
-(test-assert "(CADET) garbage collectable"
+
+(test-skip 1) ; TODO: fix the bug
+(test-assert "(CADET) garbage collectable" ; TOO: error unbound variable 
(320:7 stub)
   (garbage-collectable "cadet" connect))
 
 (define %peer-identity

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]