Disable test start and stop squeak node unit test (#1574)

This commit is contained in:
Jonathan Zernik 2021-10-12 01:36:39 -07:00 committed by GitHub
parent 4ec1f28712
commit eb52cc8bb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()