Skip to content

Commit 86677b4

Browse files
authored
Merge pull request #7103 from Azure/cormacpayne-patch-1
Fix issue with LiveOnly test running in on-demand
2 parents 3a6c69a + 1752206 commit 86677b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ public void LoginUsingSkipValidation()
465465
}
466466

467467
[Fact]
468-
[Trait(Category.AcceptanceType, Category.LiveOnly)]
468+
[Trait(Category.RunType, Category.LiveOnly)]
469469
public void AddEnvironmentUpdatesContext()
470470
{
471471
var cmdlet = new AddAzureRMEnvironmentCommand()

0 commit comments

Comments
 (0)