Skip to content

Commit

Permalink
couple of settings tweaks from VS Code for our tests (#6279)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Huff <ianhuff@Ians-MacBook-Pro.local>
  • Loading branch information
IanMatthewHuff and Ian Huff authored Jun 14, 2021
1 parent 7c00caf commit 6b1c4e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/3 Code Health/6234.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix flake notebookAndWebview test.
3 changes: 2 additions & 1 deletion src/test/datascience/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
// We don't want jupyter to start when testing (DS functionality or anything else).
"jupyter.disableJupyterAutoStart": true,
"jupyter.logging.level": "debug",
"python.logging.level": "debug"
"python.logging.level": "debug",
"webview.experimental.useIframes": true
}
2 changes: 2 additions & 0 deletions src/test/standardTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ async function start() {
extensionTestsPath: path.join(EXTENSION_ROOT_DIR_FOR_TESTS, 'out', 'test', 'index'),
launchArgs: baseLaunchArgs
.concat([workspacePath])
.concat(['--skip-welcome'])
.concat(['--skip-release-notes'])
.concat(['--enable-proposed-api'])
.concat(['--timeout', '5000'])
.concat(['--user-data-dir', userDataDirectory]),
Expand Down

0 comments on commit 6b1c4e9

Please sign in to comment.