Skip to content

Commit 123d2d9

Browse files
minnieliuMinnie Liu
andauthored
Enable Phone Number Search Tests (Azure#20604)
Co-authored-by: Minnie Liu <[email protected]>
1 parent a0b7869 commit 123d2d9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sdk/communication/Azure.Communication.PhoneNumbers/tests/PhoneNumbersClient/PhoneNumbersClientLiveTests.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ public async Task CreateSearchWithNullCountryCode()
132132
[AsyncOnly]
133133
public async Task CreateSearchAsync()
134134
{
135-
if (SkipPhoneNumberLiveTests)
136-
Assert.Ignore("Skip phone number live tests flag is on.");
137-
138135
var client = CreateClient();
139136
var searchOperation = await client.StartSearchAvailablePhoneNumbersAsync("US", PhoneNumberType.TollFree, PhoneNumberAssignmentType.Application,
140137
new PhoneNumberCapabilities(PhoneNumberCapabilityType.Outbound, PhoneNumberCapabilityType.None));
@@ -153,9 +150,6 @@ public async Task CreateSearchAsync()
153150
[SyncOnly]
154151
public void CreateSearch()
155152
{
156-
if (SkipPhoneNumberLiveTests)
157-
Assert.Ignore("Skip phone number live tests flag is on.");
158-
159153
var client = CreateClient();
160154
var searchOperation = client.StartSearchAvailablePhoneNumbers("US", PhoneNumberType.TollFree, PhoneNumberAssignmentType.Application,
161155
new PhoneNumberCapabilities(PhoneNumberCapabilityType.Outbound, PhoneNumberCapabilityType.None));

0 commit comments

Comments
 (0)