mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 17:23:10 -05:00
mark a couple data workspace tests as unstable (#13822)
This commit is contained in:
@@ -53,7 +53,7 @@ suite('Open Existing Dialog', function (): void {
|
||||
should.equal(await dialog.validate(), true, 'Validation pass because workspace file exists');
|
||||
});
|
||||
|
||||
test('Should validate new workspace location', async function (): Promise<void> {
|
||||
test('Should validate new workspace location @UNSTABLE@', async function (): Promise<void> {
|
||||
const workspaceServiceMock = TypeMoq.Mock.ofType<WorkspaceService>();
|
||||
workspaceServiceMock.setup(x => x.getAllProjectTypes()).returns(() => Promise.resolve([testProjectType]));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user