Skip to content

Commit

Permalink
Skipping Postgress tests (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpcastro authored Apr 15, 2019
1 parent 7a584e3 commit 40592bc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ public PostgreSqlIntegrationTests(ITestOutputHelper output, Fixtures.PostgreSqlD
{
}

[Fact]
[Fact(Skip = "Bug 847845")]
public async Task NodeApp_PostgreSqlDB()
{
await RunTestAsync("nodejs", "10.14", Path.Combine(HostSamplesDir, "nodejs", "node-postgres"));
}

[Fact]
[Fact(Skip = "Bug 847845")]
public async Task Python37App_PostgreSqlDB()
{
await RunTestAsync("python", "3.7", Path.Combine(HostSamplesDir, "python", "postgres-sample"));
}

[Theory]
[Theory(Skip = "Bug 847845")]
[InlineData("7.3")]
[InlineData("7.2")]
[InlineData("7.0")]
Expand Down

0 comments on commit 40592bc

Please sign in to comment.