Skip to content

Commit f7c17b8

Browse files
committed
CI: GHA/Windows again
1 parent fdef9ee commit f7c17b8

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
@@ -334,7 +334,7 @@ def stop(self):
334334
# process and finish communication.
335335
# https://docs.python.org/3/library/subprocess.html#subprocess.Popen.communicate
336336
self.process.kill()
337-
self.process.communicate()
337+
#self.process.communicate()
338338
self.process.stdout.close()
339339
self.process = None
340340
self.conn_pool.clear()

0 commit comments

Comments
 (0)