Skip to content

Commit c909738

Browse files
committed
test/integration/goDebug: skip legacy da testing on windows
Change-Id: I96ccaebf03bd4d912370a0591e15d273114bd078 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/418541 Reviewed-by: Suzy Mueller <[email protected]> TryBot-Result: kokoro <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
1 parent a39ef24 commit c909738

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integration/goDebug.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2226,6 +2226,9 @@ const testAll = (ctx: Mocha.Context, isDlvDap: boolean, withConsole?: string) =>
22262226
};
22272227

22282228
suite('Go Debug Adapter Tests (legacy)', function () {
2229+
if (affectedByIssue832()) {
2230+
return;
2231+
}
22292232
this.timeout(60_000);
22302233
testAll(this.ctx, false);
22312234
});

0 commit comments

Comments
 (0)