Skip to content

Commit 09576ff

Browse files
author
Hovsep
committed
Merge pull request Azure#1872 from hovsepm/dev
Uncommenting WarningOnIncompatibleVersions test
2 parents 5b73890 + c205406 commit 09576ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace Microsoft.Azure.Commands.Profile.Test
2020
{
2121
public class ProfileModuleTests
2222
{
23-
[Fact(Skip="Removed flaky test from CI.")]
23+
[Fact]
2424
[Trait(Category.AcceptanceType, Category.CheckIn)]
2525
public void WarningOnIncompatibleVersions()
2626
{

0 commit comments

Comments
 (0)