We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16cbddb commit 9221aa7Copy full SHA for 9221aa7
Tests/HiveMQtt.Test/HiveMQClient/TLSTest.cs
@@ -8,7 +8,7 @@ namespace HiveMQtt.Test.HiveMQClient;
8
9
public class TLSTest
10
{
11
- [Fact]
+ [Fact (Skip = "Github CI failing: Need to be run manually")]
12
public async Task Public_Broker_TLS_Async()
13
14
var options = new HiveMQClientOptions
0 commit comments