Skip to content

Commit efedaa9

Browse files
authored
chore(e2e): un-skip protect connection strings e2e tests for multiple connections COMPASS-8029 (#5971)
un-skip protect connection strings e2e tests for multiple connections
1 parent e7b5391 commit efedaa9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/compass-e2e-tests/tests/protect-connection-strings.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ describe('protectConnectionStrings', function () {
5353
before(async function () {
5454
skipForWeb(this, 'connection form not available in compass-web');
5555

56-
// TODO(COMPASS-8029): This regressed for multiple connections
57-
if (TEST_MULTIPLE_CONNECTIONS) {
58-
this.skip();
59-
}
60-
6156
compass = await init(this.test?.fullTitle());
6257
browser = compass.browser;
6358
await browser.setFeature('protectConnectionStrings', false);

0 commit comments

Comments
 (0)