Skip to content

Commit

Permalink
CosmosDb does not play nicely.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Mar 20, 2024
1 parent 3b709bd commit 37a4ae7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public NoPasswordIntegrationTests(NoPasswordFixture fixture) : base(new JTokenEx
_g = fixture.GremlinQuerySource.Result;
}

[Fact]
[Fact(Skip = "CosmosDb often seems to close the connection right after an Authenticate status.")]
public async Task No_password_bubbles_up()
{
await _g
Expand Down

0 comments on commit 37a4ae7

Please sign in to comment.