test: skip superseded MQTT e2e cases
This commit is contained in:
@@ -61,7 +61,7 @@ public class MqttTests(MqttServerFixture fixture)
|
||||
|
||||
// ---- tests ----
|
||||
|
||||
[Fact]
|
||||
[Fact(Skip = "Superseded by MqttE2ETests — text-line protocol incompatible with binary MQTT 3.1.1 server")]
|
||||
public async Task Mqtt_PubSub_SameTopicDelivered()
|
||||
{
|
||||
using var cts = new CancellationTokenSource(TimeSpan.FromSeconds(15));
|
||||
@@ -94,7 +94,7 @@ public class MqttTests(MqttServerFixture fixture)
|
||||
msg.ShouldBe("MSG e2e/mqtt/test1 hello-world");
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[Fact(Skip = "Superseded by MqttE2ETests — text-line protocol incompatible with binary MQTT 3.1.1 server")]
|
||||
public async Task Mqtt_DifferentTopic_NotDelivered()
|
||||
{
|
||||
using var cts = new CancellationTokenSource(TimeSpan.FromSeconds(15));
|
||||
@@ -118,7 +118,7 @@ public class MqttTests(MqttServerFixture fixture)
|
||||
unexpected.ShouldBeNull();
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[Fact(Skip = "Superseded by MqttE2ETests — text-line protocol incompatible with binary MQTT 3.1.1 server")]
|
||||
public async Task Mqtt_Qos1_PubAckReceived_AndDelivered()
|
||||
{
|
||||
using var cts = new CancellationTokenSource(TimeSpan.FromSeconds(15));
|
||||
|
||||
Reference in New Issue
Block a user