Skip to content

Commit a7ae978

Browse files
committed
Move Profile tests (LongRunningCmdletTests and ArgumentCompleterTests) to on-demand
1 parent 59a65e5 commit a7ae978

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

src/ResourceManager/Profile/Commands.Profile.Test/ArgumentCompleterTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,12 @@ public ArgumentCompleterTests(ITestOutputHelper output)
3636
}
3737

3838
[Fact]
39-
[Trait(Category.AcceptanceType, Category.CheckIn)]
4039
public void TestLocationCompleter()
4140
{
4241
ProfileController.NewInstance.RunPsTest(xunitLogger, "72f988bf-86f1-41af-91ab-2d7cd011db47", "Test-LocationCompleter");
4342
}
4443

4544
[Fact]
46-
[Trait(Category.AcceptanceType, Category.CheckIn)]
4745
public void TestResourceGroupCompleter()
4846
{
4947
ProfileController.NewInstance.RunPsTest(xunitLogger, "72f988bf-86f1-41af-91ab-2d7cd011db47", "Test-ResourceGroupCompleter");

src/ResourceManager/Profile/Commands.Profile.Test/LongRunningCmdletTests.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public LongRunningCmdletTests(ITestOutputHelper output)
4848
}
4949

5050
[Fact]
51-
[Trait(Category.AcceptanceType, Category.CheckIn)]
5251
public void CanReceiveAllStreams()
5352
{
5453
Mock<ICommandRuntime> mockRuntime;
@@ -61,7 +60,6 @@ public void CanReceiveAllStreams()
6160
}
6261

6362
[Fact]
64-
[Trait(Category.AcceptanceType, Category.CheckIn)]
6563
public void CanSupportShouldProcess()
6664
{
6765
Mock<ICommandRuntime> mockRuntime;
@@ -74,7 +72,6 @@ public void CanSupportShouldProcess()
7472
}
7573

7674
[Fact]
77-
[Trait(Category.AcceptanceType, Category.CheckIn)]
7875
public void CanSupportShouldContinue()
7976
{
8077
Mock<ICommandRuntime> mockRuntime;
@@ -88,7 +85,6 @@ public void CanSupportShouldContinue()
8885
}
8986

9087
[Fact]
91-
[Trait(Category.AcceptanceType, Category.CheckIn)]
9288
public void CanHandleCmdletException()
9389
{
9490
Mock<ICommandRuntime> mockRuntime;
@@ -103,7 +99,6 @@ public void CanHandleCmdletException()
10399
}
104100

105101
[Fact]
106-
[Trait(Category.AcceptanceType, Category.CheckIn)]
107102
public void CanHandleCmdletStop()
108103
{
109104
Mock<ICommandRuntime> mockRuntime;
@@ -129,7 +124,6 @@ public void CanHandleCmdletStop()
129124

130125

131126
[Fact]
132-
[Trait(Category.AcceptanceType, Category.CheckIn)]
133127
public void CanHandleShouldProcessExceptionForConfirm()
134128
{
135129
Mock<ICommandRuntime> mockRuntime;
@@ -145,7 +139,6 @@ public void CanHandleShouldProcessExceptionForConfirm()
145139
}
146140

147141
[Fact]
148-
[Trait(Category.AcceptanceType, Category.CheckIn)]
149142
public void CanHandleShouldProcessExceptionForWhatIf()
150143
{
151144
Mock<ICommandRuntime> mockRuntime;
@@ -162,7 +155,6 @@ public void CanHandleShouldProcessExceptionForWhatIf()
162155
}
163156

164157
[Fact]
165-
[Trait(Category.AcceptanceType, Category.CheckIn)]
166158
public void CanHandleShouldContinueException()
167159
{
168160
Mock<ICommandRuntime> mockRuntime;
@@ -177,7 +169,6 @@ public void CanHandleShouldContinueException()
177169
}
178170

179171
[Fact]
180-
[Trait(Category.AcceptanceType, Category.CheckIn)]
181172
public void JobCopiesCmdletParameterSet()
182173
{
183174
Mock<ICommandRuntime> mock = new Mock<ICommandRuntime>();

0 commit comments

Comments
 (0)