Skip to content

Commit

Permalink
Ensure Flask application is launched with multi-threading disabled in…
Browse files Browse the repository at this point in the history
… CI tests (#1543)

* Fix CI tests
* update entry
* Fixes #1535
  • Loading branch information
DonJayamanne authored Apr 27, 2018
1 parent 366f7a9 commit 457cd66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions news/2 Fixes/1535.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ensure Flask application is launched with multi-threading disabled, when run in the CI tests.
1 change: 1 addition & 0 deletions src/test/debugger/web.framework.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ suite(`Django and Flask Debugging: ${debuggerType}`, () => {
'run',
'--no-debugger',
'--no-reload',
'--without-threads',
'--port',
`${port}`
];
Expand Down

0 comments on commit 457cd66

Please sign in to comment.