Skip to content

Commit

Permalink
Refs 11113. Fixed PubSubBasic.PubSubAsNonReliableHelloworld.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
  • Loading branch information
MiguelCompany committed Apr 7, 2021
1 parent be3fab0 commit 2b20e1d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/blackbox/common/BlackboxTestsPubSubBasic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ class PubSubBasic : public testing::TestWithParam<std::tuple<communication_type,

TEST_P(PubSubBasic, PubSubAsNonReliableHelloworld)
{
// Best effort incompatible with best effort
if (use_pull_mode)
{
return;
}

PubSubReader<HelloWorldType> reader(TEST_TOPIC_NAME);
PubSubWriter<HelloWorldType> writer(TEST_TOPIC_NAME);

Expand Down

0 comments on commit 2b20e1d

Please sign in to comment.