Skip to content

Commit

Permalink
Skip Public Broker test on Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pglombardo committed May 29, 2024
1 parent 16cbddb commit 9221aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/HiveMQtt.Test/HiveMQClient/TLSTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace HiveMQtt.Test.HiveMQClient;

public class TLSTest
{
[Fact]
[Fact (Skip = "Github CI failing: Need to be run manually")]
public async Task Public_Broker_TLS_Async()
{
var options = new HiveMQClientOptions
Expand Down

0 comments on commit 9221aa7

Please sign in to comment.