mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Add unstable test params for core and extension tests (#7513)
* Add unstable test params for core and extension tests * unset invert options for unstable script runs * Fix copypasta * Add nogpu to dacpac tests
This commit is contained in:
@@ -34,7 +34,7 @@ export function equalBookItems(book: BookTreeItem, expectedBook: ExpectedBookIte
|
||||
}
|
||||
}
|
||||
|
||||
describe.skip('BookTreeViewProviderTests', function() {
|
||||
describe('BookTreeViewProviderTests @UNSTABLE@', function() {
|
||||
|
||||
describe('BookTreeViewProvider.getChildren', function (): void {
|
||||
let rootFolderPath: string;
|
||||
|
||||
Reference in New Issue
Block a user