Skip to content

Commit abed7c7

Browse files
committed
fixup: remove skip in after all
1 parent 2a67c88 commit abed7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-e2e-tests/tests/atlas-cloud/collection-ai-query.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe('Collection ai query', function () {
4343

4444
after(async function () {
4545
if (!isTestingAtlasCloudSandbox()) {
46-
this.skip();
46+
return;
4747
}
4848

4949
await stopPreferencesServer();

0 commit comments

Comments
 (0)