Skip to content

Commit 64ca693

Browse files
committed
- Disable flaky test and add comment on subsequent action
1 parent 962a13d commit 64ca693

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/integration-tests/commands/dependency.test.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,11 @@ suite("Dependency Commmands Test Suite", function () {
123123
expect(result).to.be.true;
124124
});
125125

126-
test("Contract: spm update", async () => {
126+
test("Contract: spm update", async function () {
127+
// This test is flaky, test in CI setting when the below change get merged in and find
128+
// out exactly where the command fails.
129+
// https://github.com/swiftlang/vscode-swift/pull/1194
130+
this.skip();
127131
await useLocalDependencyTest();
128132

129133
// Contract: spm update

0 commit comments

Comments
 (0)