diff --git a/tests/Oryx.Integration.Tests/LocalDockerTests/PostgreSqlIntegrationTests.cs b/tests/Oryx.Integration.Tests/LocalDockerTests/PostgreSqlIntegrationTests.cs index 51a4f78da0..30f656deb6 100644 --- a/tests/Oryx.Integration.Tests/LocalDockerTests/PostgreSqlIntegrationTests.cs +++ b/tests/Oryx.Integration.Tests/LocalDockerTests/PostgreSqlIntegrationTests.cs @@ -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")]