Skip to content

Commit 55c88ad

Browse files
author
Ashraf Farok (PALASH)
committed
Removing unnecessary references. Enabling test TestSetAppServicePlan
1 parent d740f9d commit 55c88ad

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/ResourceManager/Websites/Commands.Websites.Test/Commands.Websites.Test.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@
4747
<Reference Include="Microsoft.Azure.Management.Websites, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4848
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Websites.2.0.0\lib\net452\Microsoft.Azure.Management.Websites.dll</HintPath>
4949
</Reference>
50-
<Reference Include="Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
51-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.15\lib\net452\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
52-
</Reference>
53-
<Reference Include="System.Runtime" />
5450
</ItemGroup>
5551
<ItemGroup>
5652
<Compile Include="ScenarioTests\AppServicePlanTests.cs" />

src/ResourceManager/Websites/Commands.Websites.Test/ScenarioTests/AppServicePlanTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public void TestCreateNewAppServicePlanHyperV()
4545
WebsitesController.NewInstance.RunPsTest(_logger, "Test-CreateNewAppServicePlanHyperV");
4646
}
4747

48-
[Fact(Skip = "This passes locally on playback mode. Should be enabled before merging & after common targets starts using the expected Client Runtime, this to test if CI passes without this test")]
48+
[Fact]
4949
[Trait(Category.AcceptanceType, Category.CheckIn)]
5050
public void TestSetAppServicePlan()
5151
{

0 commit comments

Comments
 (0)