From d811c71b1bc1dde5012a0082e371a2ca9f25cc3b Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Wed, 27 Dec 2023 12:44:21 +0100
Subject: [PATCH] test(smith-members): non-applicable tests

---
 runtime/gdev/tests/integration_tests.rs | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/runtime/gdev/tests/integration_tests.rs b/runtime/gdev/tests/integration_tests.rs
index 340732c7d..ef8539fe3 100644
--- a/runtime/gdev/tests/integration_tests.rs
+++ b/runtime/gdev/tests/integration_tests.rs
@@ -1503,8 +1503,3 @@ fn test_killed_account() {
             );
         })
 }
-
-// TODO: test_non_smith_can_not_issue_smith_cert
-// TODO: test_non_smith_can_not_issue_smith_cert
-// TODO: test_non_smith_with_certs_can_not_issue_smith_cert
-// TODO: test_revoked_smith_with_certs_can_not_issue_smith_cert
-- 
GitLab