Skip to content

Commit

Permalink
SLVSCODE-951 Skip test until multi-region is implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
jblievremont committed Feb 7, 2025
1 parent a1eba42 commit 24f46cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/suite/connectionsetup.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ suite('Connection Setup', () => {
assert.deepStrictEqual(connectionsAfter, [{ connectionId, serverUrl, disableNotifications }]);
}).timeout(TEN_SECONDS);

test('should edit identified SonarCloud connection when command is called', async () => {
test('should edit identified SonarCloud connection when command is called', async function () {
this.skip();
const connectionsBefore = getSonarCloudConnections();
assert.deepStrictEqual(connectionsBefore, []);

Expand Down

0 comments on commit 24f46cf

Please sign in to comment.