Skip to content

Commit 7b01b2f

Browse files
committed
Add CheckIn trait to AzurePSComletMessageQueue test
1 parent a364bc2 commit 7b01b2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ public void SetContextPreservesTokenCache()
442442
}
443443

444444
[Fact]
445+
[Trait(Category.AcceptanceType, Category.CheckIn)]
445446
public void AzurePSComletMessageQueue()
446447
{
447448
ConcurrentQueue<string> queue = new ConcurrentQueue<string>();

0 commit comments

Comments
 (0)