Disable FTP tests

This commit is contained in:
Pavel Krymets 2017-09-01 08:05:39 -07:00
parent 305ab1fa4c
commit 0840b4a1b1
1 changed files with 4 additions and 4 deletions

View File

@ -40,10 +40,10 @@ namespace Microsoft.AspNetCore.AzureAppServices.FunctionalTests
[InlineData(WebAppDeploymentKind.Git, "1.0.5", "mvc", "Learn how to build ASP.NET apps that can run anywhere")] [InlineData(WebAppDeploymentKind.Git, "1.0.5", "mvc", "Learn how to build ASP.NET apps that can run anywhere")]
[InlineData(WebAppDeploymentKind.Git, "1.1.2", "web", "Hello World!")] [InlineData(WebAppDeploymentKind.Git, "1.1.2", "web", "Hello World!")]
[InlineData(WebAppDeploymentKind.Git, "1.1.2", "mvc", "Learn how to build ASP.NET apps that can run anywhere")] [InlineData(WebAppDeploymentKind.Git, "1.1.2", "mvc", "Learn how to build ASP.NET apps that can run anywhere")]
[InlineData(WebAppDeploymentKind.Ftp, "1.0.5", "web", "Hello World!")] //[InlineData(WebAppDeploymentKind.Ftp, "1.0.5", "web", "Hello World!")]
[InlineData(WebAppDeploymentKind.Ftp, "1.0.5", "mvc", "Learn how to build ASP.NET apps that can run anywhere")] //[InlineData(WebAppDeploymentKind.Ftp, "1.0.5", "mvc", "Learn how to build ASP.NET apps that can run anywhere")]
[InlineData(WebAppDeploymentKind.Ftp, "1.1.2", "web", "Hello World!")] //[InlineData(WebAppDeploymentKind.Ftp, "1.1.2", "web", "Hello World!")]
[InlineData(WebAppDeploymentKind.Ftp, "1.1.2", "mvc", "Learn how to build ASP.NET apps that can run anywhere")] //[InlineData(WebAppDeploymentKind.Ftp, "1.1.2", "mvc", "Learn how to build ASP.NET apps that can run anywhere")]
public async Task LegacyTemplateRuns(WebAppDeploymentKind deploymentKind, string expectedRuntime, string template, string expected) public async Task LegacyTemplateRuns(WebAppDeploymentKind deploymentKind, string expectedRuntime, string template, string expected)
{ {
var testId = ToFriendlyName(nameof(LegacyTemplateRuns), deploymentKind, template, expectedRuntime); var testId = ToFriendlyName(nameof(LegacyTemplateRuns), deploymentKind, template, expectedRuntime);