remove trampoline and forwarding regtests, as they are covered by unittests
This commit is contained in:
@@ -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'])
|
||||
|
||||
Reference in New Issue
Block a user