mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-29 09:18:13 +08:00
fix: Fix run parallel to sequentially test in flight end-to-end test
This commit is contained in:
parent
c60af19a0a
commit
55a5f98dc9
4
src/Services/Flight/tests/EndToEndTest/xunit.runner.json
Normal file
4
src/Services/Flight/tests/EndToEndTest/xunit.runner.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"parallelizeAssembly": false,
|
||||||
|
"parallelizeTestCollections": false
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user