Skip to content

Commit c3a5573

Browse files
author
unknown
committed
Change the category of these unit tests, since they interfere with other tests.
1 parent a35aa6f commit c3a5573

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ServiceManagement/Compute/Commands.ServiceManagement.Test/UnitTests/Cmdlets/IaaS/Extensions/VirtualMachineExtensionImageFactoryTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public void CleanupTest()
7777
}
7878

7979
[TestMethod]
80-
[TestCategory(Category.Functional)]
80+
[TestCategory(Category.Sequential)]
8181
public void TestNonExistingExtensionImageList()
8282
{
8383
var factory = new VirtualMachineExtensionImageFactory(client.Object);
@@ -91,7 +91,7 @@ public void TestNonExistingExtensionImageList()
9191
}
9292

9393
[TestMethod]
94-
[TestCategory(Category.Functional)]
94+
[TestCategory(Category.Sequential)]
9595
public void TestMakeListWithoutClient()
9696
{
9797
var factory = new VirtualMachineExtensionImageFactory(null);
@@ -105,7 +105,7 @@ public void TestMakeListWithoutClient()
105105
}
106106

107107
[TestMethod]
108-
[TestCategory(Category.Functional)]
108+
[TestCategory(Category.Sequential)]
109109
public void TestMakeListWithClient()
110110
{
111111
var factory = new VirtualMachineExtensionImageFactory(client.Object);

0 commit comments

Comments
 (0)