Skip to content

Commit a8b393f

Browse files
committed
assume compass-mongodb-com is already running
1 parent 8f0e730 commit a8b393f

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

packages/compass-e2e-tests/smoketests/auto-update-from.ts

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,9 @@ export async function testAutoUpdateFrom(pkg: Package) {
4242
console.log(appPath);
4343

4444
try {
45-
// TODO: start the autoupdate server
46-
try {
47-
await testInstalledApp(pkg, appPath, {
48-
AUTO_UPDATE_FROM: 'true',
49-
});
50-
} finally {
51-
// TODO: stop the autoupdate server
52-
}
45+
await testInstalledApp(pkg, appPath, {
46+
AUTO_UPDATE_FROM: 'true',
47+
});
5348
} finally {
5449
// remove the app
5550
await uninstall();

0 commit comments

Comments
 (0)