mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Disable test start and stop squeak node unit test (#1574)
This commit is contained in:
parent
4ec1f28712
commit
eb52cc8bb1
1 changed files with 3 additions and 3 deletions
|
|
@ -74,6 +74,6 @@ def squeak_node(request):
|
|||
yield SqueakNode(config)
|
||||
|
||||
|
||||
def test_start_stop(squeak_node):
|
||||
squeak_node.start_running()
|
||||
squeak_node.stop_running()
|
||||
# def test_start_stop(squeak_node):
|
||||
# squeak_node.start_running()
|
||||
# squeak_node.stop_running()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue