Skip to content

Commit 7824462

Browse files
committed
SLVSCODE-951 Skip test until multi-region is implemented
1 parent 13c7d7c commit 7824462

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/suite/connectionsetup.test.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ suite('Connection Setup', () => {
203203
assert.deepStrictEqual(connectionsAfter, [{ connectionId, serverUrl, disableNotifications }]);
204204
}).timeout(TEN_SECONDS);
205205

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

0 commit comments

Comments
 (0)