Skip to content

Commit 9d479ce

Browse files
committed
remove comments from test file
1 parent db714e5 commit 9d479ce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/ServerCommunicationLinkCrudTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,20 @@ namespace Microsoft.Azure.Commands.Sql.Test.ScenarioTests
2020
{
2121
public class ServerCommunicationLinkCrudTests : SqlTestsBase
2222
{
23-
// TODO: adumitr: re-enable the tests when feature is fully enabled in the region the tests use
2423
[Fact]
2524
[Trait(Category.AcceptanceType, Category.CheckIn)]
2625
public void TestServerCommunicationLinkCreate()
2726
{
2827
RunPowerShellTest("Test-CreateServerCommunicationLink");
2928
}
3029

31-
// TODO: adumitr: re-enable the tests when feature is fully enabled in the region the tests use
3230
[Fact]
3331
[Trait(Category.AcceptanceType, Category.CheckIn)]
3432
public void TestServerCommunicationLinkGet()
3533
{
3634
RunPowerShellTest("Test-GetServerCommunicationLink");
3735
}
3836

39-
// TODO: adumitr: re-enable the tests when feature is fully enabled in the region the tests use
4037
[Fact]
4138
[Trait(Category.AcceptanceType, Category.CheckIn)]
4239
public void TestServerCommunicationLinkRemove()

0 commit comments

Comments
 (0)