Skip to content

Commit

Permalink
re-enable skipped test (Azure#15025)
Browse files Browse the repository at this point in the history
  • Loading branch information
beltr0n authored Apr 26, 2021
1 parent 74156f9 commit 1922dec
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ matrix([[true, false]], async function(useAad) {
};

before(function(this: Context) {
// SKIPPING BECAUSE TOLL-FREE ACQUISITION IS DISABLED
// STOP SKIPPING WHEN SERVICE ENABLES ACQUISITION
this.skip();

if (useAad && !canCreateRecordedClientWithToken()) {
this.skip();
}
Expand Down

0 comments on commit 1922dec

Please sign in to comment.