Skip to content

Commit 3cbf161

Browse files
author
Shefali
committed
remove debug tests
1 parent f0b5063 commit 3cbf161

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

src/ServiceManagement/HDInsight/Commands.HDInsight.Test/Commands.HDInsight.Test.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@
263263
<Compile Include="Properties\AssemblyInfo.cs" />
264264
</ItemGroup>
265265
<ItemGroup>
266+
<None Include="app.config" />
266267
<None Include="MSSharedLibKey.snk" />
267268
<None Include="packages.config">
268269
<SubType>Designer</SubType>

src/ServiceManagement/HDInsight/Commands.HDInsight.Test/HDInsight/CmdLetTests/ConnectClusterCommandCmdletTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public void ICanCallThe_Connect_ClusterHDInsightClusterCmdlet_MoreThanOnce()
9595
}
9696
}
9797

98-
[TestMethod]
98+
//[TestMethod]
9999
[TestCategory("CheckIn")]
100100
[TestCategory("Integration")]
101101
[TestCategory("PowerShell")]

src/ServiceManagement/HDInsight/Commands.HDInsight.Test/HDInsight/CmdLetTests/GetCommandCmdletTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public void ICanCallThe_Get_ClusterHDInsightClusterCmdlet_WithADnsName()
7272
}
7373
}
7474

75-
[TestMethod]
75+
//[TestMethod]
7676
[TestCategory("CheckIn")]
7777
public void ICanCallThe_Get_ClusterHDInsightClusterCmdlet_WithDebug()
7878
{

src/ServiceManagement/HDInsight/Commands.HDInsight.Test/HDInsight/CmdLetTests/GetJobsCmdletTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public void ICanCallThe_Get_HDInsightJobsCmdletWithJobId()
8686
}
8787
}
8888

89-
[TestMethod]
89+
//[TestMethod]
9090
[TestCategory("CheckIn")]
9191
[TestCategory("Integration")]
9292

src/ServiceManagement/HDInsight/Commands.HDInsight.Test/HDInsight/CmdLetTests/GetPropertiesCmdletTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void CanCallTheGetHDInsightPropertiesCmdlet()
5151
}
5252
}
5353

54-
[TestMethod]
54+
//[TestMethod]
5555
[TestCategory("CheckIn")]
5656
public void CanCallTheGetHDInsightPropertiesCmdletWithDebugSwitch()
5757
{

src/ServiceManagement/HDInsight/Commands.HDInsight.Test/HDInsight/CmdLetTests/NewClusterCmdletTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ public void ICanCreateAClusterUsingPowerShellAndConfig_New_Set_Add_ScriptAction(
597597
}
598598
}
599599

600-
[TestMethod]
600+
//[TestMethod]
601601
[TestCategory("CheckIn")]
602602
[TestCategory("Integration")]
603603
[TestCategory("PowerShell")]

src/ServiceManagement/HDInsight/Commands.HDInsight.Test/HDInsight/CmdLetTests/StartJobsCmdletTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public override void ICanCallThe_Start_HDInsightJobsCmdlet()
9696
}
9797

9898

99-
[TestMethod]
99+
//[TestMethod]
100100
[TestCategory("CheckIn")]
101101
[TestCategory("Integration")]
102102

0 commit comments

Comments
 (0)