mark a couple data workspace tests as unstable (#13822)

This commit is contained in:
Kim Santiago
2020-12-16 10:50:12 -08:00
committed by GitHub
parent dcb6cddab4
commit 94a777b23f
2 changed files with 2 additions and 2 deletions

View File

@@ -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]));