Skip to content

Commit

Permalink
fixup: remove skip in after all
Browse files Browse the repository at this point in the history
  • Loading branch information
Anemy committed Dec 13, 2024
1 parent 2a67c88 commit abed7c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('Collection ai query', function () {

after(async function () {
if (!isTestingAtlasCloudSandbox()) {
this.skip();
return;
}

await stopPreferencesServer();
Expand Down

0 comments on commit abed7c7

Please sign in to comment.