Skip to content

Commit

Permalink
inverted check
Browse files Browse the repository at this point in the history
  • Loading branch information
lerouxb committed Jul 12, 2024
1 parent 6054fdd commit 58c138b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compass-e2e-tests/tests/connection-form.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ describe('Connection form', function () {
});

it('supports saving a favorite (single connection)', async function () {
if (!TEST_MULTIPLE_CONNECTIONS) {
if (TEST_MULTIPLE_CONNECTIONS) {
// this will remain skipped until we remove the test because the test is
// now for the single connection case only
this.skip();
Expand Down

0 comments on commit 58c138b

Please sign in to comment.