remove trampoline and forwarding regtests, as they are covered by unittests

This commit is contained in:
ThomasV
2021-03-05 13:18:44 +01:00
parent 1f60d5d8ee
commit f397b315ac
2 changed files with 0 additions and 56 deletions
-6
View File
@@ -55,11 +55,5 @@ class TestLightningAB(TestLightning):
class TestLightningABC(TestLightning):
agents = ['alice', 'bob', 'carol']
def test_forwarding(self):
self.run_shell(['forwarding'])
def test_trampoline(self):
self.run_shell(['trampoline'])
def test_watchtower(self):
self.run_shell(['watchtower'])