Skip to content

Commit cef51b0

Browse files
re-enable LLDB contract test for Windows 6.2.1
1 parent 3c9b380 commit cef51b0

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/integration-tests/debugger/lldb.test.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import { expect } from "chai";
1515

1616
import { WorkspaceContext } from "@src/WorkspaceContext";
1717
import { getLLDBLibPath } from "@src/debugger/lldb";
18-
import { Version } from "@src/utilities/version";
1918

2019
import { activateExtensionForTest } from "../utilities/testutilities";
2120

@@ -24,16 +23,6 @@ suite("lldb contract test suite", () => {
2423

2524
activateExtensionForTest({
2625
async setup(ctx) {
27-
// This test is failing due to toolchain issues starting with Swift 6.2.1
28-
// Will re-enable once that is resolved.
29-
//
30-
// https://github.com/swiftlang/vscode-swift/issues/1947
31-
if (
32-
process.platform === "win32" &&
33-
ctx.globalToolchainSwiftVersion.isGreaterThanOrEqual(new Version(6, 2, 1))
34-
) {
35-
this.skip();
36-
}
3726
workspaceContext = ctx;
3827
},
3928
requiresDebugger: true,

0 commit comments

Comments
 (0)