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 acdaf47 + 959c65e commit 725aee6Copy full SHA for 725aee6
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