From 0840b4a1b18cfc5e6b71775253ac6f961815faa3 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Fri, 1 Sep 2017 08:05:39 -0700 Subject: [PATCH] Disable FTP tests --- .../TemplateFunctionalTests.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/TemplateFunctionalTests.cs b/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/TemplateFunctionalTests.cs index 66a29bb27c..895bc7c056 100644 --- a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/TemplateFunctionalTests.cs +++ b/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/TemplateFunctionalTests.cs @@ -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.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.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.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.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.1.2", "web", "Hello World!")] + //[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) { var testId = ToFriendlyName(nameof(LegacyTemplateRuns), deploymentKind, template, expectedRuntime);