Skip to content

Commit

Permalink
fix test_consumer_csv by setting multiprocessing to False
Browse files Browse the repository at this point in the history
  • Loading branch information
ake2l committed Nov 6, 2024
1 parent 50971d0 commit 1f9bd69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<setup multiprocessing="1">
<setup multiprocessing="0">
<generate name="customer" count="10" target="CSV, ConsoleExporter" pageSize="7">
<key name="cid" generator="IncrementGenerator"/>
<variable name="company" entity="Company"/>
Expand Down

0 comments on commit 1f9bd69

Please sign in to comment.