We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba14161 + 725aee6 commit 1811613Copy full SHA for 1811613
src/ServiceManagement/Services/Commands.Test/Websites/SaveAzureWebsiteLogTests.cs
@@ -100,7 +100,7 @@ public void SaveAzureWebsiteLogTest()
100
Path.Combine(AppDomain.CurrentDomain.BaseDirectory, SaveAzureWebsiteLogCommand.DefaultOutput)));
101
}
102
103
- [Fact]
+ [Fact (Skip="TODO: Investigate issue #2729. Test disabled temporarily.")]
104
[Trait(Category.AcceptanceType, Category.CheckIn)]
105
public void SaveAzureWebsiteLogWithNoFileExtensionTest()
106
{
0 commit comments