Skip to content

Commit

Permalink
Enable SQL_GetRelationships test
Browse files Browse the repository at this point in the history
  • Loading branch information
LucGenetier committed Oct 23, 2024
1 parent 82c0458 commit cc08bba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ public async Task SQL_GetStoredProcs()
Assert.Equal(expected2, actual);
}

[Fact(Skip = "Random failure on build server")]
[Fact]
public async Task SQL_GetRelationships()
{
using var testConnector = new LoggingTestServer(@"Swagger\SQL Server.json", _output);
Expand Down

0 comments on commit cc08bba

Please sign in to comment.