Skip to content

Commit 9221aa7

Browse files
committed
Skip Public Broker test on Github CI
1 parent 16cbddb commit 9221aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/HiveMQtt.Test/HiveMQClient/TLSTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace HiveMQtt.Test.HiveMQClient;
88

99
public class TLSTest
1010
{
11-
[Fact]
11+
[Fact (Skip = "Github CI failing: Need to be run manually")]
1212
public async Task Public_Broker_TLS_Async()
1313
{
1414
var options = new HiveMQClientOptions

0 commit comments

Comments
 (0)