Skip to content

Commit b01d6f1

Browse files
committed
allow parallel unit test execution for test_flow.py
1 parent a5f8e3b commit b01d6f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_flows/test_flow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434

3535
class TestFlow(TestBase):
36+
_multiprocess_can_split_ = True
3637

3738
def test_get_flow(self):
3839
# We need to use the production server here because 4024 is not the test

0 commit comments

Comments
 (0)