File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
test/integration-tests/debugger Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import { expect } from "chai";
1515
1616import { WorkspaceContext } from "@src/WorkspaceContext" ;
1717import { getLLDBLibPath } from "@src/debugger/lldb" ;
18- import { Version } from "@src/utilities/version" ;
1918
2019import { 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 ,
You can’t perform that action at this time.
0 commit comments