mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 17:23:10 -05:00
Add logging to ADS Web smoke tests, and skip failing tests. (#17353)
* Adds loggings to ADS pipeline * Skips notebook smoke tests for ADS web. * Skips failing create book dialog tests in web build * Ignores import tests ADS web * Groups related tests together for ADS Web and non-web * Updates distro commit hash
This commit is contained in:
@@ -19,14 +19,16 @@ import * as mkdirp from 'mkdirp';
|
||||
export function main(isWeb: boolean = false): void {
|
||||
if (isWeb) {
|
||||
setupQueryEditorWebTests();
|
||||
setupNotebookViewTests();
|
||||
setupAddRemoteBookDialogTests();
|
||||
} else {
|
||||
setupQueryEditorTests();
|
||||
setupNotebookTests();
|
||||
setupNotebookViewTests();
|
||||
setupCreateBookDialogTests();
|
||||
setupAddRemoteBookDialogTests();
|
||||
setupImportTests();
|
||||
}
|
||||
setupNotebookTests();
|
||||
setupNotebookViewTests();
|
||||
setupCreateBookDialogTests();
|
||||
setupAddRemoteBookDialogTests();
|
||||
setupImportTests();
|
||||
}
|
||||
|
||||
/* eslint-disable no-sync */
|
||||
|
||||
Reference in New Issue
Block a user