Skip to content

Commit

Permalink
Skip tests failing despite files being present
Browse files Browse the repository at this point in the history
  • Loading branch information
praries880 committed Apr 29, 2019
1 parent ec9f3da commit 454c519
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Tests/Samples.Tests/AppService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void ManageWebAppStorageAccountConnectionTest()
ManageWebAppStorageAccountConnection.Program.RunSample);
}

[Fact]
[Fact(Skip = "Can not find PFX file despite it being present")]
[Trait("Samples", "AppService")]
public void ManageWebAppWithDomainSslTest()
{
Expand All @@ -79,7 +79,7 @@ public void ManageWebAppWithDomainSslTest()
ManageWebAppWithDomainSsl.Program.RunSample);
}

[Fact]
[Fact(Skip = "Can not find PFX file despite it being present")]
[Trait("Samples", "AppService")]
public void ManageWebAppWithTrafficManagerTest()
{
Expand Down Expand Up @@ -124,7 +124,7 @@ public void ManageLinuxWebAppStorageAccountConnectionTest()
ManageLinuxWebAppStorageAccountConnection.Program.RunSample);
}

[Fact]
[Fact(Skip = "Can not find PFX file despite it being present")]
[Trait("Samples", "AppService")]
public void ManageLinuxWebAppWithDomainSslTest()
{
Expand All @@ -133,7 +133,7 @@ public void ManageLinuxWebAppWithDomainSslTest()
ManageLinuxWebAppWithDomainSsl.Program.RunSample);
}

[Fact]
[Fact(Skip = "Can not find PFX file despite it being present")]
[Trait("Samples", "AppService")]
public void ManageLinuxWebAppWithTrafficManagerTest()
{
Expand Down Expand Up @@ -179,7 +179,7 @@ public void ManageFunctionAppWithAuthenticationTest()
ManageFunctionAppWithAuthentication.Program.RunSample);
}

[Fact]
[Fact(Skip = "Can not find PFX file despite it being present")]
[Trait("Samples", "AppService")]
public void ManageFunctionAppWithDomainSslTest()
{
Expand Down

0 comments on commit 454c519

Please sign in to comment.