fix(vault): Properly comment out fiveam test forms
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
This commit is contained in:
@@ -154,7 +154,7 @@ Note: Tests disabled in jail load.
|
|||||||
|
|
||||||
** 1. Unit Tests (FiveAM)
|
** 1. Unit Tests (FiveAM)
|
||||||
#+begin_src lisp
|
#+begin_src lisp
|
||||||
#+nil
|
#|
|
||||||
(defpackage :opencortex-vault-tests
|
(defpackage :opencortex-vault-tests
|
||||||
(:use :cl :fiveam :opencortex))
|
(:use :cl :fiveam :opencortex))
|
||||||
(in-package :opencortex-vault-tests)
|
(in-package :opencortex-vault-tests)
|
||||||
@@ -171,6 +171,7 @@ Note: Tests disabled in jail load.
|
|||||||
(let ((old-version (opencortex::org-object-version (gethash "root" *memory*))))
|
(let ((old-version (opencortex::org-object-version (gethash "root" *memory*))))
|
||||||
(opencortex:vault-set-secret :test "secret-val")
|
(opencortex:vault-set-secret :test "secret-val")
|
||||||
(is (> (opencortex::org-object-version (gethash "root" *memory*)) old-version))))
|
(is (> (opencortex::org-object-version (gethash "root" *memory*)) old-version))))
|
||||||
|
|#
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** 2. Chaos Scenarios
|
** 2. Chaos Scenarios
|
||||||
|
|||||||
Reference in New Issue
Block a user