microsoft / vscode-azurearmtools

Azure Resource Manager Tools for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=msazurermtools.azurerm-vscode-tools
MIT License
136 stars 81 forks source link

Enable suites for 816 and 830 on win32 #859

Open StephenWeatherford opened 4 years ago

StephenWeatherford commented 4 years ago

Some kind of timing issue?

816

830

StephenWeatherford commented 4 years ago
// tslint:disable-next-line: no-suspicious-comment
// TODO: https://github.com/microsoft/vscode-azurearmtools/issues/859
if (!isWin32) {
    suite(`Using 'copy' in nested template variables triggered an template validation error #730`, () => {

// tslint:disable-next-line: no-suspicious-comment
// TODO: https://github.com/microsoft/vscode-azurearmtools/issues/859
if (!isWin32) {
    testWithLanguageServer(`Invalid location given for error when resource name evaluates to empty string #816`, async () =>