Skip to content

Commit cb54ce8

Browse files
committed
CI: GHA/Windows again
1 parent 04ebe12 commit cb54ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/crate/testing/layer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def stop(self):
337337
# process and finish communication.
338338
# https://docs.python.org/3/library/subprocess.html#subprocess.Popen.communicate
339339
self.process.kill()
340-
self.process.communicate()
340+
# self.process.communicate()
341341
self.process.stdout.close()
342342
self.process = None
343343
self.conn_pool.clear()

0 commit comments

Comments
 (0)