Skip to content

Commit b7a54c7

Browse files
committed
test: remove unused scenario run from ln_basic
1 parent 4f79eca commit b7a54c7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/ln_basic_test.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,6 @@ def wait_for_success():
121121

122122
self.wait_for_predicate(wait_for_success)
123123

124-
def scenario_open_channels(self):
125-
# 2 -> 3
126-
# connecting all six ln nodes in the graph
127-
scenario_file = self.scen_dir / "test_scenarios" / "ln_init.py"
128-
self.log.info(f"Running scenario from: {scenario_file}")
129-
self.warnet(f"run {scenario_file} --source_dir={self.scen_dir} --debug")
130-
131124
def test_circuit_breaker_api(self):
132125
self.log.info("Testing Circuit Breaker API with direct kubectl commands")
133126

0 commit comments

Comments
 (0)