Skip to content

Commit

Permalink
- Disable flaky test and add comment on subsequent action
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-weng committed Nov 8, 2024
1 parent 962a13d commit 64ca693
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/integration-tests/commands/dependency.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,11 @@ suite("Dependency Commmands Test Suite", function () {
expect(result).to.be.true;
});

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

// Contract: spm update
Expand Down

0 comments on commit 64ca693

Please sign in to comment.