Skip to content

Commit 2927f65

Browse files
committed
mqtt: disable tests that require 2 mqtt brokers
1 parent 5c4c297 commit 2927f65

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/mqtt_streaming_module/tests/test_mqtt_client_fb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ TEST_F(MqttFbTest, CreatingMqttFbWithPartialConfig)
103103
Enumeration("ComponentStatusType", "Ok", instance.getContext().getTypeManager()));
104104
}
105105

106-
TEST_F(MqttFbTest, CreatingSeveralMqttFbs)
106+
TEST_F(MqttFbTest, DISABLED_CreatingSeveralMqttFbs)
107107
{
108108
const auto instance = Instance();
109109
daq::FunctionBlockPtr fb;

modules/mqtt_streaming_module/tests/test_mqtt_json_decoder_fb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ TEST_F(MqttJsonFbCommunicationTest, FullDataTransfer)
950950
EXPECT_NE(decoderObj.getStatusContainer().getStatusMessage("ComponentStatus").toStdString().find("Parsing succeeded"), std::string::npos);
951951
}
952952

953-
TEST_F(MqttJsonFbCommunicationTest, FullDataTransferFor2MqttFbs)
953+
TEST_F(MqttJsonFbCommunicationTest, DISABLED_FullDataTransferFor2MqttFbs)
954954
{
955955
const auto msgTemplate = VALID_JSON_DATA_0;
956956
const std::string valueF = extractFieldName(msgTemplate, "<placeholder_value>");

0 commit comments

Comments
 (0)