File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -20,23 +20,20 @@ namespace Microsoft.Azure.Commands.Sql.Test.ScenarioTests
20
20
{
21
21
public class ServerCommunicationLinkCrudTests : SqlTestsBase
22
22
{
23
- // TODO: adumitr: re-enable the tests when feature is fully enabled in the region the tests use
24
23
[ Fact ]
25
24
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
26
25
public void TestServerCommunicationLinkCreate ( )
27
26
{
28
27
RunPowerShellTest ( "Test-CreateServerCommunicationLink" ) ;
29
28
}
30
29
31
- // TODO: adumitr: re-enable the tests when feature is fully enabled in the region the tests use
32
30
[ Fact ]
33
31
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
34
32
public void TestServerCommunicationLinkGet ( )
35
33
{
36
34
RunPowerShellTest ( "Test-GetServerCommunicationLink" ) ;
37
35
}
38
36
39
- // TODO: adumitr: re-enable the tests when feature is fully enabled in the region the tests use
40
37
[ Fact ]
41
38
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
42
39
public void TestServerCommunicationLinkRemove ( )
You can’t perform that action at this time.
0 commit comments