Skip to content

Commit 7ef006d

Browse files
authored
chore: re-enable the CLI connections tests on windows (#5332)
re-enable the CLI connections tests on windows
1 parent f507267 commit 7ef006d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/compass-e2e-tests/tests/import-export-connections.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,6 @@ describe('Connection Import / Export', function () {
106106

107107
for (const variant of variants) {
108108
it(`can export and import connections through the CLI, ${variant}`, async function () {
109-
if (process.platform === 'win32') {
110-
// TODO(COMPASS-6269): these tests are very flaky on windows
111-
return this.skip();
112-
}
113-
114109
const file = path.join(tmpdir, 'file');
115110
const passphraseArgs =
116111
variant === 'encrypted'

0 commit comments

Comments
 (0)