Skip to content

Commit 41b7edb

Browse files
committed
Disable server communication link tests and fix build
The server communication link tests will be re-enabled as soon as the feature is fully deployed to the region the tests use.
1 parent 13eb57b commit 41b7edb

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,24 @@ namespace Microsoft.Azure.Commands.Sql.Test.ScenarioTests
2020
{
2121
public class ServerCommunicationLinkCrudTests : SqlTestsBase
2222
{
23-
[Fact]
23+
// TODO: adumitr: re-enable the tests when feature is fully enabled in the region the tests use
24+
// [Fact]
2425
[Trait(Category.AcceptanceType, Category.CheckIn)]
2526
public void TestServerCommunicationLinkCreate()
2627
{
2728
RunPowerShellTest("Test-CreateServerCommunicationLink");
2829
}
2930

30-
[Fact]
31+
// TODO: adumitr: re-enable the tests when feature is fully enabled in the region the tests use
32+
// [Fact]
3133
[Trait(Category.AcceptanceType, Category.CheckIn)]
3234
public void TestServerCommunicationLinkGet()
3335
{
3436
RunPowerShellTest("Test-GetServerCommunicationLink");
3537
}
3638

37-
[Fact]
39+
// TODO: adumitr: re-enable the tests when feature is fully enabled in the region the tests use
40+
// [Fact]
3841
[Trait(Category.AcceptanceType, Category.CheckIn)]
3942
public void TestServerCommunicationLinkRemove()
4043
{

src/ResourceManager/Sql/Commands.Sql.Test/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net45" />
1010
<package id="Microsoft.Azure.Management.Authorization" version="1.0.0" targetFramework="net45" />
1111
<package id="Microsoft.Azure.Management.Resources" version="2.18.7-preview" targetFramework="net45" />
12-
<package id="Microsoft.Azure.Management.Sql" version="0.41.0-prerelease" targetFramework="net45" />
12+
<package id="Microsoft.Azure.Management.Sql" version="0.42.0-prerelease" targetFramework="net45" />
1313
<package id="Microsoft.Azure.Management.Storage" version="2.4.0-preview" targetFramework="net45" />
1414
<package id="Microsoft.Azure.Test.Framework" version="1.0.5799.28345-prerelease" targetFramework="net45" />
1515
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.0.5799.28345-prerelease" targetFramework="net45" />

src/ResourceManager/Sql/Commands.Sql/Commands.Sql.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@
283283
<Private>True</Private>
284284
</Reference>
285285
<Reference Include="Microsoft.Azure.Management.Sql, Version=0.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
286+
<SpecificVersion>False</SpecificVersion>
286287
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Sql.0.42.0-prerelease\lib\net40\Microsoft.Azure.Management.Sql.dll</HintPath>
287288
<Private>True</Private>
288289
</Reference>

0 commit comments

Comments
 (0)